#599874

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

Shades of Ocean Green #599874

Tints of Ocean Green #599874

Color information

#599874 (or 0x599874) is unknown color: approx Ocean Green. HEX triplet: 59, 98 and 74. RGB value is (89,152,116). Sum of RGB (Red+Green+Blue) = 89+152+116=357 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.93% from 357); Green value is 152 (59.77% from 255 or 42.58% from 357); Blue value is 116 (45.70% from 255 or 32.49% from 357); Max value from RGB is 152 - color contains mainly: green. Hex color #599874 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599874 is #A6678B. Grayscale: #818181. Windows color (decimal): -10905484 or 7641177. OLE color: 7641177.

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

Color convert

RGB89152116-
CMYK0.4100.240.40
HSL145.71º26.14%47.25%-
HSV(B)145.71º41.45%59.61%-
XYZ18.525.8420.54-
YUV129.06120.6399.43-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.93%
GREEN value IS 152 (59.77% from 255) = 42.58%
BLUE value IS 116 (45.70% from 255) = 32.49%
R=24.93%
G=42.58%
B=32.49%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal891521160.4100.240.40145.7126.1447.25
Hex5998742901828921a2f
Octal13123016451030502223257
Binary10110011001100011101001010010110001010001001001011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599874; }

 p { color: rgb(89,152,116); }

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

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

 a { background-color: rgb(89,152,116); }

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

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

 span { border-color: rgb(89,152,116); }

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