#638130

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

Shades of Olive Drab #638130

Tints of Olive Drab #638130

Color information

#638130 (or 0x638130) is unknown color: approx Olive Drab. HEX triplet: 63, 81 and 30. RGB value is (99,129,48). Sum of RGB (Red+Green+Blue) = 99+129+48=276 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.87% from 276); Green value is 129 (50.78% from 255 or 46.74% from 276); Blue value is 48 (19.14% from 255 or 17.39% from 276); Max value from RGB is 129 - color contains mainly: green. Hex color #638130 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638130 is #9C7ECF. Grayscale: #6F6F6F. Windows color (decimal): -10256080 or 3178851. OLE color: 3178851.

HSL color Cylindrical-coordinate representation of color #638130: hue angle of 82.22º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #638130 is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB9912948-
CMYK0.2300.630.49
HSL82.22º45.76%34.71%-
HSV(B)82.22º62.79%50.59%-
XYZ13.5318.575.67-
YUV110.892.56119.59-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.87%
GREEN value IS 129 (50.78% from 255) = 46.74%
BLUE value IS 48 (19.14% from 255) = 17.39%
R=35.87%
G=46.74%
B=17.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal99129480.2300.630.4982.2245.7634.71
Hex6381301703F31522e23
Octal1432016027077611225643
Binary1100011100000011100001011101111111100011010010101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638130; }

 p { color: rgb(99,129,48); }

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

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

 a { background-color: rgb(99,129,48); }

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

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

 span { border-color: rgb(99,129,48); }

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