#648522

Color #648522 Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #648522

Tints of Olive Drab #648522

Color information

#648522 (or 0x648522) is unknown color: approx 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

RGB10013334-
CMYK0.2500.740.48
HSL80º59.28%32.75%-
HSV(B)80º74.44%52.16%-
XYZ13.9319.64.56-
YUV111.8584.07119.55-

RGB Variations

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

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 (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal100133340.2500.740.488059.2832.75
Hex6485221904A30503b21
Octal14420542310112601207341
Binary11001001000010110001011001010010101100001010000111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>