#57926C

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

Shades of Ocean Green #57926C

Tints of Ocean Green #57926C

Color information

#57926C (or 0x57926C) is unknown color: approx Ocean Green. HEX triplet: 57, 92 and 6C. RGB value is (87,146,108). Sum of RGB (Red+Green+Blue) = 87+146+108=341 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.51% from 341); Green value is 146 (57.42% from 255 or 42.82% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 146 - color contains mainly: green. Hex color #57926C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57926C is #A86D93. Grayscale: #7C7C7C. Windows color (decimal): -11038100 or 7115351. OLE color: 7115351.

HSL color Cylindrical-coordinate representation of color #57926C: hue angle of 141.36º 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 #57926C is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB87146108-
CMYK0.4000.260.43
HSL141.36º25.32%45.69%-
HSV(B)141.36º40.41%57.25%-
XYZ16.9223.6717.86-
YUV124.03118.95101.59-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.51%
GREEN value IS 146 (57.42% from 255) = 42.82%
BLUE value IS 108 (42.58% from 255) = 31.67%
R=25.51%
G=42.82%
B=31.67%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal871461080.4000.260.43141.3625.3245.69
Hex57926C2801A2B8d192e
Octal12722215450032532153156
Binary10101111001001011011001010000110101010111000110111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57926C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57926C; }

 p { color: rgb(87,146,108); }

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

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

 a { background-color: rgb(87,146,108); }

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

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

 span { border-color: rgb(87,146,108); }

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