#638319

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

Shades of Olive Drab #638319

Tints of Olive Drab #638319

Color information

#638319 (or 0x638319) is unknown color: approx Olive Drab. HEX triplet: 63, 83 and 19. RGB value is (99,131,25). Sum of RGB (Red+Green+Blue) = 99+131+25=255 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.82% from 255); Green value is 131 (51.56% from 255 or 51.37% from 255); Blue value is 25 (10.16% from 255 or 9.80% from 255); Max value from RGB is 131 - color contains mainly: green. Hex color #638319 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638319 is #9C7CE6. Grayscale: #6D6D6D. Windows color (decimal): -10255591 or 1672035. OLE color: 1672035.

HSL color Cylindrical-coordinate representation of color #638319: hue angle of 78.11º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #638319 is Cyan = 0.24, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.49.

Color convert

RGB9913125-
CMYK0.2400.810.49
HSL78.11º67.95%30.59%-
HSV(B)78.11º80.92%51.37%-
XYZ13.4418.963.87-
YUV109.3580.4120.62-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.82%
GREEN value IS 131 (51.56% from 255) = 51.37%
BLUE value IS 25 (10.16% from 255) = 9.80%
R=38.82%
G=51.37%
B=9.80%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal99131250.2400.810.4978.1167.9530.59
Hex63831918051314e441f
Octal143203313001216111610437
Binary1100011100000111100111000010100011100011001110100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638319; }

 p { color: rgb(99,131,25); }

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

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

 a { background-color: rgb(99,131,25); }

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

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

 span { border-color: rgb(99,131,25); }

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