Html Css Color HEX #649404 Olive Drab

📋 copy color: '#649404'

red 100 ◦ green 148 ◦ blue 4

#649404
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Drab #649404

Tints of Olive Drab #649404

RGB

 RED value IS 100 (39.45% from 255) = 39.68%

 GREEN value IS 148 (58.2% from 255) = 58.73%

 BLUE value IS 4 (1.95% from 255) = 1.59%

R = 39.68%
G = 58.73%
B = 1.59%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#649404 (or 0x649404) is known color: Olive Drab. HEX triplet: 64, 94 and 04. RGB value is (100,148,4). Sum of RGB (Red+Green+Blue) = 100+148+4=252 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.68% from 252); Green value is 148 (58.20% from 255 or 58.73% from 252); Blue value is 4 (1.95% from 255 or 1.59% from 252); Max value from RGB is 148 - color contains mainly: green. Hex color #649404 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649404 is #9B6BFB. Grayscale: #757575. Windows color (decimal): -10185724 or 300132. OLE color: 300132.

HSL color Cylindrical-coordinate representation of color #649404: hue angle of 80º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #649404 is Cyan = 0.32, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 148 4 -
CMYK 0.32 0 0.97 0.42
HSL 80º 0.95% 0.3% -
HSV(B) 80º 0.97% 0.58% -
XYZ 15.87 23.9 3.89 -
YUV 117.23 64.1 115.71 -
System Red Green Blue C M Y K H S L
Decimal 100 148 4 0.32 0 0.97 0.42 80 0.95 0.3
Hex 64 94 4 20 0 61 2A 50 5F 1E
Octal 144 224 4 40 0 141 52 120 137 36
Binary 1100100 10010100 100 100000 0 1100001 101010 1010000 1011111 11110

Color Harmonies of #649404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649404

Black with #649404

Text Example


Text Example

White with #649404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649404; }

 p { color: rgb(100,148,4); }

 H1.HeaderClassName
 {
   color: #649404;
 }
 .AnyTagClassName
 {
   color: #649404;
 }
</style>

background-color css

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

 a { background-color: rgb(100,148,4); }

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

border-color css

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

 span { border-color: rgb(100,148,4); }

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