#58946F

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

Shades of Ocean Green #58946F

Tints of Ocean Green #58946F

Color information

#58946F (or 0x58946F) is unknown color: approx Ocean Green. HEX triplet: 58, 94 and 6F. RGB value is (88,148,111). Sum of RGB (Red+Green+Blue) = 88+148+111=347 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.36% from 347); Green value is 148 (58.20% from 255 or 42.65% from 347); Blue value is 111 (43.75% from 255 or 31.99% from 347); Max value from RGB is 148 - color contains mainly: green. Hex color #58946F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58946F is #A76B90. Grayscale: #7D7D7D. Windows color (decimal): -10972049 or 7312472. OLE color: 7312472.

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

Color convert

RGB88148111-
CMYK0.4100.250.42
HSL143º25.42%46.27%-
HSV(B)143º40.54%58.04%-
XYZ17.4824.418.83-
YUV125.84119.62101.01-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.36%
GREEN value IS 148 (58.20% from 255) = 42.65%
BLUE value IS 111 (43.75% from 255) = 31.99%
R=25.36%
G=42.65%
B=31.99%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal881481110.4100.250.4214325.4246.27
Hex58946F290192A8f192e
Octal13022415751031522173156
Binary10110001001010011011111010010110011010101000111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58946F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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