#64852F

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

Shades of Olive Drab #64852F

Tints of Olive Drab #64852F

Color information

#64852F (or 0x64852F) is unknown color: approx Olive Drab. HEX triplet: 64, 85 and 2F. RGB value is (100,133,47). Sum of RGB (Red+Green+Blue) = 100+133+47=280 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.71% from 280); Green value is 133 (52.34% from 255 or 47.5% from 280); Blue value is 47 (18.75% from 255 or 16.79% from 280); Max value from RGB is 133 - color contains mainly: green. Hex color #64852F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64852F is #9B7AD0. Grayscale: #717171. Windows color (decimal): -10189521 or 3114340. OLE color: 3114340.

HSL color Cylindrical-coordinate representation of color #64852F: hue angle of 83.02º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #64852F is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB10013347-
CMYK0.2500.650.48
HSL83.02º47.78%35.29%-
HSV(B)83.02º64.66%52.16%-
XYZ14.1619.695.74-
YUV113.3390.57118.49-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.71%
GREEN value IS 133 (52.34% from 255) = 47.5%
BLUE value IS 47 (18.75% from 255) = 16.79%
R=35.71%
G=47.5%
B=16.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal100133470.2500.650.4883.0247.7835.29
Hex64852F1904130533023
Octal14420557310101601236043
Binary11001001000010110111111001010000011100001010011110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64852F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64852F; }

 p { color: rgb(100,133,47); }

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

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

 a { background-color: rgb(100,133,47); }

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

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

 span { border-color: rgb(100,133,47); }

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