Html Css Color HEX #648232 Olive Drab

📋 copy color: '#648232'

red 100 ◦ green 130 ◦ blue 50

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

Shades of Olive Drab #648232

Tints of Olive Drab #648232

RGB

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

 GREEN value IS 130 (51.17% from 255) = 46.43%

 BLUE value IS 50 (19.92% from 255) = 17.86%

R = 35.71%
G = 46.43%
B = 17.86%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#648232 (or 0x648232) is known color: Olive Drab. HEX triplet: 64, 82 and 32. RGB value is (100,130,50). Sum of RGB (Red+Green+Blue) = 100+130+50=280 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.71% from 280); Green value is 130 (51.17% from 255 or 46.43% from 280); Blue value is 50 (19.92% from 255 or 17.86% from 280); Max value from RGB is 130 - color contains mainly: green. Hex color #648232 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648232 is #9B7DCD. Grayscale: #707070. Windows color (decimal): -10190286 or 3310180. OLE color: 3310180.

HSL color Cylindrical-coordinate representation of color #648232: hue angle of 82.5º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #648232 is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB 100 130 50 -
CMYK 0.23 0 0.62 0.49
HSL 82.5º 0.44% 0.35% -
HSV(B) 82.5º 0.62% 0.51% -
XYZ 13.81 18.9 5.94 -
YUV 111.91 93.06 119.5 -
System Red Green Blue C M Y K H S L
Decimal 100 130 50 0.23 0 0.62 0.49 82.5 0.44 0.35
Hex 64 82 32 17 0 3E 31 52 2C 23
Octal 144 202 62 27 0 76 61 122 54 43
Binary 1100100 10000010 110010 10111 0 111110 110001 1010010 101100 100011

Color Harmonies of #648232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648232

Black with #648232

Text Example


Text Example

White with #648232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648232; }

 p { color: rgb(100,130,50); }

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

background-color css

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

 a { background-color: rgb(100,130,50); }

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

border-color css

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

 span { border-color: rgb(100,130,50); }

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