Html Css Color HEX #648522 Olive Drab

📋 copy color: '#648522'

red 100 ◦ green 133 ◦ blue 34

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

Shades of Olive Drab #648522

Tints of Olive Drab #648522

RGB

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

 GREEN value IS 133 (52.34% from 255) = 49.81%

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

R = 37.45%
G = 49.81%
B = 12.73%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#648522 (or 0x648522) is known color: Olive Drab. HEX triplet: 64, 85 and 22. RGB value is (100,133,34). Sum of RGB (Red+Green+Blue) = 100+133+34=267 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.45% from 267); Green value is 133 (52.34% from 255 or 49.81% from 267); Blue value is 34 (13.67% from 255 or 12.73% from 267); Max value from RGB is 133 - color contains mainly: green. Hex color #648522 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648522 is #9B7ADD. Grayscale: #707070. Windows color (decimal): -10189534 or 2262372. OLE color: 2262372.

HSL color Cylindrical-coordinate representation of color #648522: hue angle of 80º 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 #648522 is Cyan = 0.25, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.48.

Color convert

RGB 100 133 34 -
CMYK 0.25 0 0.74 0.48
HSL 80º 0.59% 0.33% -
HSV(B) 80º 0.74% 0.52% -
XYZ 13.93 19.6 4.56 -
YUV 111.85 84.07 119.55 -
System Red Green Blue C M Y K H S L
Decimal 100 133 34 0.25 0 0.74 0.48 80 0.59 0.33
Hex 64 85 22 19 0 4A 30 50 3B 21
Octal 144 205 42 31 0 112 60 120 73 41
Binary 1100100 10000101 100010 11001 0 1001010 110000 1010000 111011 100001

Color Harmonies of #648522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648522

Black with #648522

Text Example


Text Example

White with #648522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648522; }

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

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

background-color css

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

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

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

border-color css

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

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

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