#529573

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

Shades of Ocean Green #529573

Tints of Ocean Green #529573

Color information

#529573 (or 0x529573) is unknown color: approx Ocean Green. HEX triplet: 52, 95 and 73. RGB value is (82,149,115). Sum of RGB (Red+Green+Blue) = 82+149+115=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 149 (58.59% from 255 or 43.06% from 346); Blue value is 115 (45.31% from 255 or 33.24% from 346); Max value from RGB is 149 - color contains mainly: green. Hex color #529573 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529573 is #AD6A8C. Grayscale: #7D7D7D. Windows color (decimal): -11365005 or 7574866. OLE color: 7574866.

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

Color convert

RGB82149115-
CMYK0.4500.230.42
HSL149.55º29%45.29%-
HSV(B)149.55º44.97%58.43%-
XYZ17.3224.5320.04-
YUV125.09122.397.26-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.70%
GREEN value IS 149 (58.59% from 255) = 43.06%
BLUE value IS 115 (45.31% from 255) = 33.24%
R=23.70%
G=43.06%
B=33.24%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal821491150.4500.230.42149.552945.29
Hex5295732D0172A961d2d
Octal12222516355027522263555
Binary10100101001010111100111011010101111010101001011011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529573; }

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

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

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

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

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

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

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

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