#58926E

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

Shades of Ocean Green #58926E

Tints of Ocean Green #58926E

Color information

#58926E (or 0x58926E) is unknown color: approx Ocean Green. HEX triplet: 58, 92 and 6E. RGB value is (88,146,110). Sum of RGB (Red+Green+Blue) = 88+146+110=344 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.58% from 344); Green value is 146 (57.42% from 255 or 42.44% from 344); Blue value is 110 (43.36% from 255 or 31.98% from 344); Max value from RGB is 146 - color contains mainly: green. Hex color #58926E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58926E is #A76D91. Grayscale: #7C7C7C. Windows color (decimal): -10972562 or 7246424. OLE color: 7246424.

HSL color Cylindrical-coordinate representation of color #58926E: hue angle of 142.76º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #58926E is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB88146110-
CMYK0.4000.250.43
HSL142.76º24.79%45.88%-
HSV(B)142.76º39.73%57.25%-
XYZ17.1223.7618.44-
YUV124.55119.78101.93-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.58%
GREEN value IS 146 (57.42% from 255) = 42.44%
BLUE value IS 110 (43.36% from 255) = 31.98%
R=25.58%
G=42.44%
B=31.98%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal881461100.4000.250.43142.7624.7945.88
Hex58926E280192B8f192e
Octal13022215650031532173156
Binary10110001001001011011101010000110011010111000111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58926E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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