Html Css Color HEX #648824 Olive Drab

📋 copy color: '#648824'

red 100 ◦ green 136 ◦ blue 36

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

Shades of Olive Drab #648824

Tints of Olive Drab #648824

RGB

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

 GREEN value IS 136 (53.52% from 255) = 50%

 BLUE value IS 36 (14.45% from 255) = 13.24%

R = 36.76%
G = 50%
B = 13.24%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.74

 K value IS 0.47

RGB Variations

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

Color information

#648824 (or 0x648824) is known color: Olive Drab. HEX triplet: 64, 88 and 24. RGB value is (100,136,36). Sum of RGB (Red+Green+Blue) = 100+136+36=272 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.76% from 272); Green value is 136 (53.52% from 255 or 50% from 272); Blue value is 36 (14.45% from 255 or 13.24% from 272); Max value from RGB is 136 - color contains mainly: green. Hex color #648824 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648824 is #9B77DB. Grayscale: #727272. Windows color (decimal): -10188764 or 2394212. OLE color: 2394212.

HSL color Cylindrical-coordinate representation of color #648824: hue angle of 81.6º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #648824 is Cyan = 0.26, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.47.

Color convert

RGB 100 136 36 -
CMYK 0.26 0 0.74 0.47
HSL 81.6º 0.58% 0.34% -
HSV(B) 81.6º 0.74% 0.53% -
XYZ 14.38 20.45 4.86 -
YUV 113.84 84.07 118.13 -
System Red Green Blue C M Y K H S L
Decimal 100 136 36 0.26 0 0.74 0.47 81.6 0.58 0.34
Hex 64 88 24 1A 0 4A 2F 52 3A 22
Octal 144 210 44 32 0 112 57 122 72 42
Binary 1100100 10001000 100100 11010 0 1001010 101111 1010010 111010 100010

Color Harmonies of #648824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648824

Black with #648824

Text Example


Text Example

White with #648824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648824; }

 p { color: rgb(100,136,36); }

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

background-color css

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

 a { background-color: rgb(100,136,36); }

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

border-color css

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

 span { border-color: rgb(100,136,36); }

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