Html Css Color HEX #648420 Olive Drab

📋 copy color: '#648420'

red 100 ◦ green 132 ◦ blue 32

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

Shades of Olive Drab #648420

Tints of Olive Drab #648420

RGB

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

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

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

R = 37.88%
G = 50%
B = 12.12%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#648420 (or 0x648420) is known color: Olive Drab. HEX triplet: 64, 84 and 20. RGB value is (100,132,32). Sum of RGB (Red+Green+Blue) = 100+132+32=264 (34% of max value = 765). Red value is 100 (39.45% from 255 or 37.88% from 264); Green value is 132 (51.95% from 255 or 50% from 264); Blue value is 32 (12.89% from 255 or 12.12% from 264); Max value from RGB is 132 - color contains mainly: green. Hex color #648420 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648420 is #9B7BDF. Grayscale: #6F6F6F. Windows color (decimal): -10189792 or 2131044. OLE color: 2131044.

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

Color convert

RGB 100 132 32 -
CMYK 0.24 0 0.76 0.48
HSL 79.2º 0.61% 0.32% -
HSV(B) 79.2º 0.76% 0.52% -
XYZ 13.77 19.32 4.37 -
YUV 111.03 83.4 120.13 -
System Red Green Blue C M Y K H S L
Decimal 100 132 32 0.24 0 0.76 0.48 79.2 0.61 0.32
Hex 64 84 20 18 0 4C 30 4F 3D 20
Octal 144 204 40 30 0 114 60 117 75 40
Binary 1100100 10000100 100000 11000 0 1001100 110000 1001111 111101 100000

Color Harmonies of #648420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648420

Black with #648420

Text Example


Text Example

White with #648420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648420; }

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

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

background-color css

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

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

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

border-color css

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

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

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