#529575

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

Shades of Ocean Green #529575

Tints of Ocean Green #529575

Color information

#529575 (or 0x529575) is unknown color: approx Ocean Green. HEX triplet: 52, 95 and 75. RGB value is (82,149,117). Sum of RGB (Red+Green+Blue) = 82+149+117=348 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.56% from 348); Green value is 149 (58.59% from 255 or 42.82% from 348); Blue value is 117 (46.09% from 255 or 33.62% from 348); Max value from RGB is 149 - color contains mainly: green. Hex color #529575 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529575 is #AD6A8A. Grayscale: #7D7D7D. Windows color (decimal): -11365003 or 7705938. OLE color: 7705938.

HSL color Cylindrical-coordinate representation of color #529575: hue angle of 151.34º 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 #529575 is Cyan = 0.45, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB82149117-
CMYK0.4500.210.42
HSL151.34º29%45.29%-
HSV(B)151.34º44.97%58.43%-
XYZ17.4424.5720.65-
YUV125.32123.397.1-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.56%
GREEN value IS 149 (58.59% from 255) = 42.82%
BLUE value IS 117 (46.09% from 255) = 33.62%
R=23.56%
G=42.82%
B=33.62%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal821491170.4500.210.42151.342945.29
Hex5295752D0152A971d2d
Octal12222516555025522273555
Binary10100101001010111101011011010101011010101001011111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529575; }

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

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

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

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

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

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

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

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