#618413

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

Shades of Olive Drab #618413

Tints of Olive Drab #618413

Color information

#618413 (or 0x618413) is unknown color: approx Olive Drab. HEX triplet: 61, 84 and 13. RGB value is (97,132,19). Sum of RGB (Red+Green+Blue) = 97+132+19=248 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.11% from 248); Green value is 132 (51.95% from 255 or 53.23% from 248); Blue value is 19 (7.81% from 255 or 7.66% from 248); Max value from RGB is 132 - color contains mainly: green. Hex color #618413 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618413 is #9E7BEC. Grayscale: #6D6D6D. Windows color (decimal): -10386413 or 1279073. OLE color: 1279073.

HSL color Cylindrical-coordinate representation of color #618413: hue angle of 78.58º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #618413 is Cyan = 0.27, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB9713219-
CMYK0.2700.860.48
HSL78.58º74.83%29.61%-
HSV(B)78.58º85.61%51.76%-
XYZ13.319.093.6-
YUV108.6577.4119.69-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.11%
GREEN value IS 132 (51.95% from 255) = 53.23%
BLUE value IS 19 (7.81% from 255) = 7.66%
R=39.11%
G=53.23%
B=7.66%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal97132190.2700.860.4878.5874.8329.61
Hex6184131B056304f4b1e
Octal141204233301266011711336
Binary1100001100001001001111011010101101100001001111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618413; }

 p { color: rgb(97,132,19); }

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

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

 a { background-color: rgb(97,132,19); }

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

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

 span { border-color: rgb(97,132,19); }

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