#638522

Color #638522 Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #638522

Tints of Olive Drab #638522

Color information

#638522 (or 0x638522) is unknown color: approx Olive Drab. HEX triplet: 63, 85 and 22. RGB value is (99,133,34). Sum of RGB (Red+Green+Blue) = 99+133+34=266 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.22% from 266); Green value is 133 (52.34% from 255 or 50% from 266); Blue value is 34 (13.67% from 255 or 12.78% from 266); Max value from RGB is 133 - color contains mainly: green. Hex color #638522 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638522 is #9C7ADD. Grayscale: #6F6F6F. Windows color (decimal): -10255070 or 2262371. OLE color: 2262371.

HSL color Cylindrical-coordinate representation of color #638522: hue angle of 80.61º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #638522 is Cyan = 0.26, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.48.

Color convert

RGB9913334-
CMYK0.2600.740.48
HSL80.61º59.28%32.75%-
HSV(B)80.61º74.44%52.16%-
XYZ13.8219.544.56-
YUV111.5584.24119.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 99 (39.06% from 255) = 37.22%
GREEN value IS 133 (52.34% from 255) = 50%
BLUE value IS 34 (13.67% from 255) = 12.78%
R=37.22%
G=50%
B=12.78%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal99133340.2600.740.4880.6159.2832.75
Hex6385221A04A30513b21
Octal14320542320112601217341
Binary11000111000010110001011010010010101100001010001111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638522; }

 p { color: rgb(99,133,34); }

 H1.HeaderClassName
 {
   color: #638522;
 }
 .AnyTagClassName
 {
   color: #638522;
 }
</style>
background-color css

<style>
 a { background-color: #638522; }

 a { background-color: rgb(99,133,34); }

 div.DivClassName
 {
   background-color: #638522;
 }
 .BgClassName
 {
   background-color: #638522;
 }
</style>
border-color css

<style>
 span { border-color: #638522; }

 span { border-color: rgb(99,133,34); }

 td.TdClassName
 {
   border-color: #638522;
 }
 .TagClassName
 {
   border-color: #638522;
 }
</style>