#52956C

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

Shades of Ocean Green #52956C

Tints of Ocean Green #52956C

Color information

#52956C (or 0x52956C) is unknown color: approx Ocean Green. HEX triplet: 52, 95 and 6C. RGB value is (82,149,108). Sum of RGB (Red+Green+Blue) = 82+149+108=339 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.19% from 339); Green value is 149 (58.59% from 255 or 43.95% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 149 - color contains mainly: green. Hex color #52956C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52956C is #AD6A93. Grayscale: #7C7C7C. Windows color (decimal): -11365012 or 7116114. OLE color: 7116114.

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

Color convert

RGB82149108-
CMYK0.4500.280.42
HSL143.28º29%45.29%-
HSV(B)143.28º44.97%58.43%-
XYZ16.9324.3718-
YUV124.29118.897.83-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.19%
GREEN value IS 149 (58.59% from 255) = 43.95%
BLUE value IS 108 (42.58% from 255) = 31.86%
R=24.19%
G=43.95%
B=31.86%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal821491080.4500.280.42143.282945.29
Hex52956C2D01C2A8f1d2d
Octal12222515455034522173555
Binary10100101001010111011001011010111001010101000111111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52956C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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