#558A04

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

Shades of Olive Drab #558A04

Tints of Olive Drab #558A04

Color information

#558A04 (or 0x558A04) is unknown color: approx Olive Drab. HEX triplet: 55, 8A and 04. RGB value is (85,138,4). Sum of RGB (Red+Green+Blue) = 85+138+4=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 138 (54.30% from 255 or 60.79% from 227); Blue value is 4 (1.95% from 255 or 1.76% from 227); Max value from RGB is 138 - color contains mainly: green. Hex color #558A04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #558A04 is #AA75FB. Grayscale: #6B6B6B. Windows color (decimal): -11171324 or 297557. OLE color: 297557.

HSL color Cylindrical-coordinate representation of color #558A04: hue angle of 83.73º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #558A04 is Cyan = 0.38, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.46.

Color convert

RGB851384-
CMYK0.3800.970.46
HSL83.73º94.37%27.84%-
HSV(B)83.73º97.1%54.12%-
XYZ12.8620.123.32-
YUV106.8869.94112.4-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.44%
GREEN value IS 138 (54.30% from 255) = 60.79%
BLUE value IS 4 (1.95% from 255) = 1.76%
R=37.44%
G=60.79%
B=1.76%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal8513840.3800.970.4683.7394.3727.84
Hex558A4260612E545e1c
Octal12521244601415612413634
Binary101010110001010100100110011000011011101010100101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558A04; }

 p { color: rgb(85,138,4); }

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

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

 a { background-color: rgb(85,138,4); }

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

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

 span { border-color: rgb(85,138,4); }

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