#57946E

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

Shades of Ocean Green #57946E

Tints of Ocean Green #57946E

Color information

#57946E (or 0x57946E) is unknown color: approx Ocean Green. HEX triplet: 57, 94 and 6E. RGB value is (87,148,110). Sum of RGB (Red+Green+Blue) = 87+148+110=345 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.22% from 345); Green value is 148 (58.20% from 255 or 42.90% from 345); Blue value is 110 (43.36% from 255 or 31.88% from 345); Max value from RGB is 148 - color contains mainly: green. Hex color #57946E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57946E is #A86B91. Grayscale: #7D7D7D. Windows color (decimal): -11037586 or 7246935. OLE color: 7246935.

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

Color convert

RGB87148110-
CMYK0.4100.260.42
HSL142.62º25.96%46.08%-
HSV(B)142.62º41.22%58.04%-
XYZ17.3324.3318.53-
YUV125.43119.29100.59-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.22%
GREEN value IS 148 (58.20% from 255) = 42.90%
BLUE value IS 110 (43.36% from 255) = 31.88%
R=25.22%
G=42.90%
B=31.88%

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
Decimal871481100.4100.260.42142.6225.9646.08
Hex57946E2901A2A8f1a2e
Octal12722415651032522173256
Binary10101111001010011011101010010110101010101000111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57946E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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