#58956D

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

Shades of Ocean Green #58956D

Tints of Ocean Green #58956D

Color information

#58956D (or 0x58956D) is unknown color: approx Ocean Green. HEX triplet: 58, 95 and 6D. RGB value is (88,149,109). Sum of RGB (Red+Green+Blue) = 88+149+109=346 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.43% from 346); Green value is 149 (58.59% from 255 or 43.06% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 149 - color contains mainly: green. Hex color #58956D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58956D is #A76A92. Grayscale: #7E7E7E. Windows color (decimal): -10971795 or 7181656. OLE color: 7181656.

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

Color convert

RGB88149109-
CMYK0.4100.270.42
HSL140.66º25.74%46.47%-
HSV(B)140.66º40.94%58.43%-
XYZ17.5324.6718.31-
YUV126.2118.29100.75-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.43%
GREEN value IS 149 (58.59% from 255) = 43.06%
BLUE value IS 109 (42.97% from 255) = 31.50%
R=25.43%
G=43.06%
B=31.50%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal881491090.4100.270.42140.6625.7446.47
Hex58956D2901B2A8d1a2e
Octal13022515551033522153256
Binary10110001001010111011011010010110111010101000110111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58956D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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