#58956C

Color #58956C Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #58956C

Tints of Ocean Green #58956C

Color information

#58956C (or 0x58956C) is unknown color: approx Ocean Green. HEX triplet: 58, 95 and 6C. RGB value is (88,149,108). Sum of RGB (Red+Green+Blue) = 88+149+108=345 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.51% from 345); Green value is 149 (58.59% from 255 or 43.19% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 149 - color contains mainly: green. Hex color #58956C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58956C is #A76A93. Grayscale: #7E7E7E. Windows color (decimal): -10971796 or 7116120. OLE color: 7116120.

HSL color Cylindrical-coordinate representation of color #58956C: hue angle of 139.67º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #58956C is Cyan = 0.41, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB88149108-
CMYK0.4100.280.42
HSL139.67º25.74%46.47%-
HSV(B)139.67º40.94%58.43%-
XYZ17.4824.6518.02-
YUV126.09117.79100.83-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.51%
GREEN value IS 149 (58.59% from 255) = 43.19%
BLUE value IS 108 (42.58% from 255) = 31.30%
R=25.51%
G=43.19%
B=31.30%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal881491080.4100.280.42139.6725.7446.47
Hex58956C2901C2A8c1a2e
Octal13022515451034522143256
Binary10110001001010111011001010010111001010101000110011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58956C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58956C; }

 p { color: rgb(88,149,108); }

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

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

 a { background-color: rgb(88,149,108); }

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

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

 span { border-color: rgb(88,149,108); }

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