#58850B

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

Shades of Olive Drab #58850B

Tints of Olive Drab #58850B

Color information

#58850B (or 0x58850B) is unknown color: approx Olive Drab. HEX triplet: 58, 85 and 0B. RGB value is (88,133,11). Sum of RGB (Red+Green+Blue) = 88+133+11=232 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.93% from 232); Green value is 133 (52.34% from 255 or 57.33% from 232); Blue value is 11 (4.69% from 255 or 4.74% from 232); Max value from RGB is 133 - color contains mainly: green. Hex color #58850B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #58850B is #A77AF4. Grayscale: #6A6A6A. Windows color (decimal): -10975989 or 755032. OLE color: 755032.

HSL color Cylindrical-coordinate representation of color #58850B: hue angle of 82.13º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #58850B is Cyan = 0.34, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB8813311-
CMYK0.3400.920.48
HSL82.13º84.72%28.24%-
HSV(B)82.13º91.73%52.16%-
XYZ12.4718.873.3-
YUV105.6474.59115.42-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.93%
GREEN value IS 133 (52.34% from 255) = 57.33%
BLUE value IS 11 (4.69% from 255) = 4.74%
R=37.93%
G=57.33%
B=4.74%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal88133110.3400.920.4882.1384.7228.24
Hex5885B2205C3052551c
Octal130205134201346012212534
Binary1011000100001011011100010010111001100001010010101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58850B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58850B; }

 p { color: rgb(88,133,11); }

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

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

 a { background-color: rgb(88,133,11); }

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

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

 span { border-color: rgb(88,133,11); }

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