Html Css Color HEX #648404 Olive Drab

📋 copy color: '#648404'

red 100 ◦ green 132 ◦ blue 4

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

Shades of Olive Drab #648404

Tints of Olive Drab #648404

RGB

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

 GREEN value IS 132 (51.95% from 255) = 55.93%

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

R = 42.37%
G = 55.93%
B = 1.69%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.97

 K value IS 0.48

RGB Variations

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

Color information

#648404 (or 0x648404) is known color: Olive Drab. HEX triplet: 64, 84 and 04. RGB value is (100,132,4). Sum of RGB (Red+Green+Blue) = 100+132+4=236 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.37% from 236); Green value is 132 (51.95% from 255 or 55.93% from 236); Blue value is 4 (1.95% from 255 or 1.69% from 236); Max value from RGB is 132 - color contains mainly: green. Hex color #648404 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648404 is #9B7BFB. Grayscale: #6C6C6C. Windows color (decimal): -10189820 or 296036. OLE color: 296036.

HSL color Cylindrical-coordinate representation of color #648404: hue angle of 75º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #648404 is Cyan = 0.24, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.48.

Color convert

RGB 100 132 4 -
CMYK 0.24 0 0.97 0.48
HSL 75º 0.94% 0.27% -
HSV(B) 75º 0.97% 0.52% -
XYZ 13.53 19.22 3.11 -
YUV 107.84 69.4 122.41 -
System Red Green Blue C M Y K H S L
Decimal 100 132 4 0.24 0 0.97 0.48 75 0.94 0.27
Hex 64 84 4 18 0 61 30 4B 5E 1B
Octal 144 204 4 30 0 141 60 113 136 33
Binary 1100100 10000100 100 11000 0 1100001 110000 1001011 1011110 11011

Color Harmonies of #648404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648404

Black with #648404

Text Example


Text Example

White with #648404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648404; }

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

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

background-color css

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

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

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

border-color css

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

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

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