#58946E

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

Shades of Ocean Green #58946E

Tints of Ocean Green #58946E

Color information

#58946E (or 0x58946E) is unknown color: approx Ocean Green. HEX triplet: 58, 94 and 6E. RGB value is (88,148,110). Sum of RGB (Red+Green+Blue) = 88+148+110=346 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.43% from 346); Green value is 148 (58.20% from 255 or 42.77% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 148 - color contains mainly: green. Hex color #58946E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58946E is #A76B91. Grayscale: #7D7D7D. Windows color (decimal): -10972050 or 7246936. OLE color: 7246936.

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

Color convert

RGB88148110-
CMYK0.4100.260.42
HSL142º25.42%46.27%-
HSV(B)142º40.54%58.04%-
XYZ17.4324.3818.54-
YUV125.73119.12101.09-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.43%
GREEN value IS 148 (58.20% from 255) = 42.77%
BLUE value IS 110 (43.36% from 255) = 31.79%
R=25.43%
G=42.77%
B=31.79%

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
Decimal881481100.4100.260.4214225.4246.27
Hex58946E2901A2A8e192e
Octal13022415651032522163156
Binary10110001001010011011101010010110101010101000111011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58946E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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