#52916C

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

Shades of Ocean Green #52916C

Tints of Ocean Green #52916C

Color information

#52916C (or 0x52916C) is unknown color: approx Ocean Green. HEX triplet: 52, 91 and 6C. RGB value is (82,145,108). Sum of RGB (Red+Green+Blue) = 82+145+108=335 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.48% from 335); Green value is 145 (57.03% from 255 or 43.28% from 335); Blue value is 108 (42.58% from 255 or 32.24% from 335); Max value from RGB is 145 - color contains mainly: green. Hex color #52916C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52916C is #AD6E93. Grayscale: #7A7A7A. Windows color (decimal): -11366036 or 7115090. OLE color: 7115090.

HSL color Cylindrical-coordinate representation of color #52916C: hue angle of 144.76º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #52916C is Cyan = 0.43, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB82145108-
CMYK0.4300.260.43
HSL144.76º27.75%44.51%-
HSV(B)144.76º43.45%56.86%-
XYZ16.3123.1317.79-
YUV121.94120.1399.51-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.48%
GREEN value IS 145 (57.03% from 255) = 43.28%
BLUE value IS 108 (42.58% from 255) = 32.24%
R=24.48%
G=43.28%
B=32.24%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal821451080.4300.260.43144.7627.7544.51
Hex52916C2B01A2B911c2d
Octal12222115453032532213455
Binary10100101001000111011001010110110101010111001000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52916C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,145,108); }

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

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

 a { background-color: rgb(82,145,108); }

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

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

 span { border-color: rgb(82,145,108); }

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