#647E31

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

Shades of Olive Drab #647E31

Tints of Olive Drab #647E31

Color information

#647E31 (or 0x647E31) is unknown color: approx Olive Drab. HEX triplet: 64, 7E and 31. RGB value is (100,126,49). Sum of RGB (Red+Green+Blue) = 100+126+49=275 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.36% from 275); Green value is 126 (49.61% from 255 or 45.82% from 275); Blue value is 49 (19.53% from 255 or 17.82% from 275); Max value from RGB is 126 - color contains mainly: green. Hex color #647E31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #647E31 is #9B81CE. Grayscale: #6D6D6D. Windows color (decimal): -10191311 or 3243620. OLE color: 3243620.

HSL color Cylindrical-coordinate representation of color #647E31: hue angle of 80.26º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #647E31 is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.51.

Color convert

RGB10012649-
CMYK0.2100.610.51
HSL80.26º44%34.31%-
HSV(B)80.26º61.11%49.41%-
XYZ13.2717.855.65-
YUV109.4593.89121.26-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.36%
GREEN value IS 126 (49.61% from 255) = 45.82%
BLUE value IS 49 (19.53% from 255) = 17.82%
R=36.36%
G=45.82%
B=17.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal100126490.2100.610.5180.264434.31
Hex647E311503D33502c22
Octal1441766125075631205442
Binary110010011111101100011010101111011100111010000101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647E31; }

 p { color: rgb(100,126,49); }

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

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

 a { background-color: rgb(100,126,49); }

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

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

 span { border-color: rgb(100,126,49); }

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