#529473

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

Shades of Ocean Green #529473

Tints of Ocean Green #529473

Color information

#529473 (or 0x529473) is unknown color: approx Ocean Green. HEX triplet: 52, 94 and 73. RGB value is (82,148,115). Sum of RGB (Red+Green+Blue) = 82+148+115=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 148 (58.20% from 255 or 42.90% from 345); Blue value is 115 (45.31% from 255 or 33.33% from 345); Max value from RGB is 148 - color contains mainly: green. Hex color #529473 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529473 is #AD6B8C. Grayscale: #7C7C7C. Windows color (decimal): -11365261 or 7574610. OLE color: 7574610.

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

Color convert

RGB82148115-
CMYK0.4500.220.42
HSL150º28.7%45.1%-
HSV(B)150º44.59%58.04%-
XYZ17.1624.2119.99-
YUV124.5122.6397.68-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.77%
GREEN value IS 148 (58.20% from 255) = 42.90%
BLUE value IS 115 (45.31% from 255) = 33.33%
R=23.77%
G=42.90%
B=33.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal821481150.4500.220.4215028.745.1
Hex5294732D0162A961d2d
Octal12222416355026522263555
Binary10100101001010011100111011010101101010101001011011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529473; }

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

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

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

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

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

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

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

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