#638726

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

Shades of Olive Drab #638726

Tints of Olive Drab #638726

Color information

#638726 (or 0x638726) is unknown color: approx Olive Drab. HEX triplet: 63, 87 and 26. RGB value is (99,135,38). Sum of RGB (Red+Green+Blue) = 99+135+38=272 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.40% from 272); Green value is 135 (53.12% from 255 or 49.63% from 272); Blue value is 38 (15.23% from 255 or 13.97% from 272); Max value from RGB is 135 - color contains mainly: green. Hex color #638726 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638726 is #9C78D9. Grayscale: #717171. Windows color (decimal): -10254554 or 2525027. OLE color: 2525027.

HSL color Cylindrical-coordinate representation of color #638726: hue angle of 82.27º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #638726 is Cyan = 0.27, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.47.

Color convert

RGB9913538-
CMYK0.2700.720.47
HSL82.27º56.07%33.92%-
HSV(B)82.27º71.85%52.94%-
XYZ14.1620.124.97-
YUV113.1885.57117.89-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.40%
GREEN value IS 135 (53.12% from 255) = 49.63%
BLUE value IS 38 (15.23% from 255) = 13.97%
R=36.40%
G=49.63%
B=13.97%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal99135380.2700.720.4782.2756.0733.92
Hex6387261B0482F523822
Octal14320746330110571227042
Binary11000111000011110011011011010010001011111010010111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638726; }

 p { color: rgb(99,135,38); }

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

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

 a { background-color: rgb(99,135,38); }

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

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

 span { border-color: rgb(99,135,38); }

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