#58956F

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

Shades of Ocean Green #58956F

Tints of Ocean Green #58956F

Color information

#58956F (or 0x58956F) is unknown color: approx Ocean Green. HEX triplet: 58, 95 and 6F. RGB value is (88,149,111). Sum of RGB (Red+Green+Blue) = 88+149+111=348 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.29% from 348); Green value is 149 (58.59% from 255 or 42.82% from 348); Blue value is 111 (43.75% from 255 or 31.90% from 348); Max value from RGB is 149 - color contains mainly: green. Hex color #58956F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58956F is #A76A90. Grayscale: #7E7E7E. Windows color (decimal): -10971793 or 7312728. OLE color: 7312728.

HSL color Cylindrical-coordinate representation of color #58956F: hue angle of 142.62º 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 #58956F is Cyan = 0.41, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB88149111-
CMYK0.4100.260.42
HSL142.62º25.74%46.47%-
HSV(B)142.62º40.94%58.43%-
XYZ17.6424.7218.88-
YUV126.43119.29100.59-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.29%
GREEN value IS 149 (58.59% from 255) = 42.82%
BLUE value IS 111 (43.75% from 255) = 31.90%
R=25.29%
G=42.82%
B=31.90%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal881491110.4100.260.42142.6225.7446.47
Hex58956F2901A2A8f1a2e
Octal13022515751032522173256
Binary10110001001010111011111010010110101010101000111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58956F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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