#529c70

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

Shades of Ocean Green #529C70

Tints of Ocean Green #529C70

Color information

#529C70 (or 0x529C70) is unknown color: approx Ocean Green. HEX triplet: 52, 9C and 70. RGB value is (82,156,112). Sum of RGB (Red+Green+Blue) = 82+156+112=350 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.43% from 350); Green value is 156 (61.33% from 255 or 44.57% from 350); Blue value is 112 (44.14% from 255 or 32% from 350); Max value from RGB is 156 - color contains mainly: green. Hex color #529C70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529C70 is #AD638F. Grayscale: #808080. Windows color (decimal): -11363216 or 7380050. OLE color: 7380050.

HSL color Cylindrical-coordinate representation of color #529C70: hue angle of 144.32º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #529C70 is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB82156112-
CMYK0.4700.280.39
HSL144.32º31.09%46.67%-
HSV(B)144.32º47.44%61.18%-
XYZ18.2926.7419.53-
YUV128.86118.4894.58-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.43%
GREEN value IS 156 (61.33% from 255) = 44.57%
BLUE value IS 112 (44.14% from 255) = 32%
R=23.43%
G=44.57%
B=32%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal821561120.4700.280.39144.3231.0946.67
Hex529C702F01C27901f2f
Octal12223416057034472203757
Binary10100101001110011100001011110111001001111001000011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529c70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529c70; }

 p { color: rgb(82,156,112); }

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

<style>
 a { background-color: #529c70; }

 a { background-color: rgb(82,156,112); }

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

<style>
 span { border-color: #529c70; }

 span { border-color: rgb(82,156,112); }

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