#529A75

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

Shades of Ocean Green #529A75

Tints of Ocean Green #529A75

Color information

#529A75 (or 0x529A75) is unknown color: approx Ocean Green. HEX triplet: 52, 9A and 75. RGB value is (82,154,117). Sum of RGB (Red+Green+Blue) = 82+154+117=353 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.23% from 353); Green value is 154 (60.55% from 255 or 43.63% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 154 - color contains mainly: green. Hex color #529A75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529A75 is #AD658A. Grayscale: #808080. Windows color (decimal): -11363723 or 7707218. OLE color: 7707218.

HSL color Cylindrical-coordinate representation of color #529A75: hue angle of 149.17º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #529A75 is Cyan = 0.47, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB82154117-
CMYK0.4700.240.40
HSL149.17º30.51%46.27%-
HSV(B)149.17º46.75%60.39%-
XYZ18.2526.1920.92-
YUV128.25121.6595.01-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.23%
GREEN value IS 154 (60.55% from 255) = 43.63%
BLUE value IS 117 (46.09% from 255) = 33.14%
R=23.23%
G=43.63%
B=33.14%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal821541170.4700.240.40149.1730.5146.27
Hex529A752F01828951f2e
Octal12223216557030502253756
Binary10100101001101011101011011110110001010001001010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,154,117); }

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

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

 a { background-color: rgb(82,154,117); }

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

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

 span { border-color: rgb(82,154,117); }

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