Html Css Color HEX #648D20 Olive Drab

📋 copy color: '#648D20'

red 100 ◦ green 141 ◦ blue 32

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

Shades of Olive Drab #648D20

Tints of Olive Drab #648D20

RGB

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

 GREEN value IS 141 (55.47% from 255) = 51.65%

 BLUE value IS 32 (12.89% from 255) = 11.72%

R = 36.63%
G = 51.65%
B = 11.72%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.77

 K value IS 0.45

RGB Variations

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

Color information

#648D20 (or 0x648D20) is known color: Olive Drab. HEX triplet: 64, 8D and 20. RGB value is (100,141,32). Sum of RGB (Red+Green+Blue) = 100+141+32=273 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.63% from 273); Green value is 141 (55.47% from 255 or 51.65% from 273); Blue value is 32 (12.89% from 255 or 11.72% from 273); Max value from RGB is 141 - color contains mainly: green. Hex color #648D20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648D20 is #9B72DF. Grayscale: #747474. Windows color (decimal): -10187488 or 2133348. OLE color: 2133348.

HSL color Cylindrical-coordinate representation of color #648D20: hue angle of 82.57º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #648D20 is Cyan = 0.29, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.45.

Color convert

RGB 100 141 32 -
CMYK 0.29 0 0.77 0.45
HSL 82.57º 0.63% 0.34% -
HSV(B) 82.57º 0.77% 0.55% -
XYZ 15.04 21.86 4.79 -
YUV 116.32 80.42 116.36 -
System Red Green Blue C M Y K H S L
Decimal 100 141 32 0.29 0 0.77 0.45 82.57 0.63 0.34
Hex 64 8D 20 1D 0 4D 2D 53 3F 22
Octal 144 215 40 35 0 115 55 123 77 42
Binary 1100100 10001101 100000 11101 0 1001101 101101 1010011 111111 100010

Color Harmonies of #648D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648D20

Black with #648D20

Text Example


Text Example

White with #648D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648D20; }

 p { color: rgb(100,141,32); }

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

background-color css

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

 a { background-color: rgb(100,141,32); }

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

border-color css

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

 span { border-color: rgb(100,141,32); }

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