#5A9572

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

Shades of Ocean Green #5A9572

Tints of Ocean Green #5A9572

Color information

#5A9572 (or 0x5A9572) is unknown color: approx Ocean Green. HEX triplet: 5A, 95 and 72. RGB value is (90,149,114). Sum of RGB (Red+Green+Blue) = 90+149+114=353 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.50% from 353); Green value is 149 (58.59% from 255 or 42.21% from 353); Blue value is 114 (44.92% from 255 or 32.29% from 353); Max value from RGB is 149 - color contains mainly: green. Hex color #5A9572 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9572 is #A56A8D. Grayscale: #7F7F7F. Windows color (decimal): -10840718 or 7509338. OLE color: 7509338.

HSL color Cylindrical-coordinate representation of color #5A9572: hue angle of 144.41º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5A9572 is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB90149114-
CMYK0.4000.230.42
HSL144.41º24.69%46.86%-
HSV(B)144.41º39.6%58.43%-
XYZ1824.8819.77-
YUV127.37120.45101.35-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.50%
GREEN value IS 149 (58.59% from 255) = 42.21%
BLUE value IS 114 (44.92% from 255) = 32.29%
R=25.50%
G=42.21%
B=32.29%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal901491140.4000.230.42144.4124.6946.86
Hex5A9572280172A90192f
Octal13222516250027522203157
Binary10110101001010111100101010000101111010101001000011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A9572; }

 p { color: rgb(90,149,114); }

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

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

 a { background-color: rgb(90,149,114); }

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

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

 span { border-color: rgb(90,149,114); }

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