#589975

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

Shades of Ocean Green #589975

Tints of Ocean Green #589975

Color information

#589975 (or 0x589975) is unknown color: approx Ocean Green. HEX triplet: 58, 99 and 75. RGB value is (88,153,117). Sum of RGB (Red+Green+Blue) = 88+153+117=358 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.58% from 358); Green value is 153 (60.16% from 255 or 42.74% from 358); Blue value is 117 (46.09% from 255 or 32.68% from 358); Max value from RGB is 153 - color contains mainly: green. Hex color #589975 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #589975 is #A7668A. Grayscale: #818181. Windows color (decimal): -10970763 or 7706968. OLE color: 7706968.

HSL color Cylindrical-coordinate representation of color #589975: hue angle of 146.77º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #589975 is Cyan = 0.42, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB88153117-
CMYK0.4200.240.4
HSL146.77º26.97%47.25%-
HSV(B)146.77º42.48%60%-
XYZ18.6326.1420.89-
YUV129.46120.9798.43-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.58%
GREEN value IS 153 (60.16% from 255) = 42.74%
BLUE value IS 117 (46.09% from 255) = 32.68%
R=24.58%
G=42.74%
B=32.68%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal881531170.4200.240.4146.7726.9747.25
Hex5899752A01828931b2f
Octal13023116552030502233357
Binary10110001001100111101011010100110001010001001001111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #589975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #589975; }

 p { color: rgb(88,153,117); }

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

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

 a { background-color: rgb(88,153,117); }

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

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

 span { border-color: rgb(88,153,117); }

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