#58772B

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

Shades of Dark Olive Green #58772B

Tints of Dark Olive Green #58772B

Color information

#58772B (or 0x58772B) is unknown color: approx Dark Olive Green. HEX triplet: 58, 77 and 2B. RGB value is (88,119,43). Sum of RGB (Red+Green+Blue) = 88+119+43=250 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.2% from 250); Green value is 119 (46.88% from 255 or 47.6% from 250); Blue value is 43 (17.19% from 255 or 17.2% from 250); Max value from RGB is 119 - color contains mainly: green. Hex color #58772B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58772B is #A788D4. Grayscale: #656565. Windows color (decimal): -10979541 or 2848600. OLE color: 2848600.

HSL color Cylindrical-coordinate representation of color #58772B: hue angle of 84.47º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #58772B is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB8811943-
CMYK0.2600.640.53
HSL84.47º46.91%31.76%-
HSV(B)84.47º63.87%46.67%-
XYZ11.0615.444.68-
YUV101.0795.23118.68-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.2%
GREEN value IS 119 (46.88% from 255) = 47.6%
BLUE value IS 43 (17.19% from 255) = 17.2%
R=35.2%
G=47.6%
B=17.2%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal88119430.2600.640.5384.4746.9131.76
Hex58772B1A04035542f20
Octal13016753320100651245740
Binary1011000111011110101111010010000001101011010100101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58772B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,119,43); }

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

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

 a { background-color: rgb(88,119,43); }

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

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

 span { border-color: rgb(88,119,43); }

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