#588412

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

Shades of Olive Drab #588412

Tints of Olive Drab #588412

Color information

#588412 (or 0x588412) is unknown color: approx Olive Drab. HEX triplet: 58, 84 and 12. RGB value is (88,132,18). Sum of RGB (Red+Green+Blue) = 88+132+18=238 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.97% from 238); Green value is 132 (51.95% from 255 or 55.46% from 238); Blue value is 18 (7.42% from 255 or 7.56% from 238); Max value from RGB is 132 - color contains mainly: green. Hex color #588412 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #588412 is #A77BED. Grayscale: #6A6A6A. Windows color (decimal): -10976238 or 1213528. OLE color: 1213528.

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

Color convert

RGB8813218-
CMYK0.3300.860.48
HSL83.16º76%29.41%-
HSV(B)83.16º86.36%51.76%-
XYZ12.3818.623.51-
YUV105.8578.42115.27-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.97%
GREEN value IS 132 (51.95% from 255) = 55.46%
BLUE value IS 18 (7.42% from 255) = 7.56%
R=36.97%
G=55.46%
B=7.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal88132180.3300.860.4883.167629.41
Hex5884122105630534c1d
Octal130204224101266012311435
Binary10110001000010010010100001010101101100001010011100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588412; }

 p { color: rgb(88,132,18); }

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

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

 a { background-color: rgb(88,132,18); }

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

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

 span { border-color: rgb(88,132,18); }

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