#58662B

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

Shades of Dark Olive Green #58662B

Tints of Dark Olive Green #58662B

Color information

#58662B (or 0x58662B) is unknown color: approx Dark Olive Green. HEX triplet: 58, 66 and 2B. RGB value is (88,102,43). Sum of RGB (Red+Green+Blue) = 88+102+43=233 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.77% from 233); Green value is 102 (40.23% from 255 or 43.78% from 233); Blue value is 43 (17.19% from 255 or 18.45% from 233); Max value from RGB is 102 - color contains mainly: green. Hex color #58662B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58662B is #A799D4. Grayscale: #5B5B5B. Windows color (decimal): -10983893 or 2844248. OLE color: 2844248.

HSL color Cylindrical-coordinate representation of color #58662B: hue angle of 74.24º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #58662B is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.6.

Color convert

RGB8810243-
CMYK0.1400.580.6
HSL74.24º40.69%28.43%-
HSV(B)74.24º57.84%40%-
XYZ9.2111.754.07-
YUV91.09100.86125.8-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.77%
GREEN value IS 102 (40.23% from 255) = 43.78%
BLUE value IS 43 (17.19% from 255) = 18.45%
R=37.77%
G=43.78%
B=18.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal88102430.1400.580.674.2440.6928.43
Hex58662BE03A3C4a291c
Octal1301465316072741125134
Binary1011000110011010101111100111010111100100101010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58662B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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