Html Css Color HEX #648422 Olive Drab

📋 copy color: '#648422'

red 100 ◦ green 132 ◦ blue 34

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

Shades of Olive Drab #648422

Tints of Olive Drab #648422

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.78%

R = 37.59%
G = 49.62%
B = 12.78%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#648422 (or 0x648422) is known color: Olive Drab. HEX triplet: 64, 84 and 22. RGB value is (100,132,34). Sum of RGB (Red+Green+Blue) = 100+132+34=266 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.59% from 266); Green value is 132 (51.95% from 255 or 49.62% from 266); Blue value is 34 (13.67% from 255 or 12.78% from 266); Max value from RGB is 132 - color contains mainly: green. Hex color #648422 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648422 is #9B7BDD. Grayscale: #6F6F6F. Windows color (decimal): -10189790 or 2262116. OLE color: 2262116.

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

Color convert

RGB 100 132 34 -
CMYK 0.24 0 0.74 0.48
HSL 79.59º 0.59% 0.33% -
HSV(B) 79.59º 0.74% 0.52% -
XYZ 13.8 19.33 4.52 -
YUV 111.26 84.4 119.97 -
System Red Green Blue C M Y K H S L
Decimal 100 132 34 0.24 0 0.74 0.48 79.59 0.59 0.33
Hex 64 84 22 18 0 4A 30 50 3B 21
Octal 144 204 42 30 0 112 60 120 73 41
Binary 1100100 10000100 100010 11000 0 1001010 110000 1010000 111011 100001

Color Harmonies of #648422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648422

Black with #648422

Text Example


Text Example

White with #648422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648422; }

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

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

background-color css

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

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

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

border-color css

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

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

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