#648134

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

Shades of Olive Drab #648134

Tints of Olive Drab #648134

Color information

#648134 (or 0x648134) is unknown color: approx Olive Drab. HEX triplet: 64, 81 and 34. RGB value is (100,129,52). Sum of RGB (Red+Green+Blue) = 100+129+52=281 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.59% from 281); Green value is 129 (50.78% from 255 or 45.91% from 281); Blue value is 52 (20.70% from 255 or 18.51% from 281); Max value from RGB is 129 - color contains mainly: green. Hex color #648134 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648134 is #9B7ECB. Grayscale: #6F6F6F. Windows color (decimal): -10190540 or 3440996. OLE color: 3440996.

HSL color Cylindrical-coordinate representation of color #648134: hue angle of 82.6º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #648134 is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB10012952-
CMYK0.2200.600.49
HSL82.6º42.54%35.49%-
HSV(B)82.6º59.69%50.59%-
XYZ13.7318.666.13-
YUV111.5594.39119.76-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.59%
GREEN value IS 129 (50.78% from 255) = 45.91%
BLUE value IS 52 (20.70% from 255) = 18.51%
R=35.59%
G=45.91%
B=18.51%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal100129520.2200.600.4982.642.5435.49
Hex6481341603C31532b23
Octal1442016426074611235343
Binary1100100100000011101001011001111001100011010011101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648134; }

 p { color: rgb(100,129,52); }

 H1.HeaderClassName
 {
   color: #648134;
 }
 .AnyTagClassName
 {
   color: #648134;
 }
</style>
background-color css

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

 a { background-color: rgb(100,129,52); }

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

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

 span { border-color: rgb(100,129,52); }

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