#529873

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

Shades of Ocean Green #529873

Tints of Ocean Green #529873

Color information

#529873 (or 0x529873) is unknown color: approx Ocean Green. HEX triplet: 52, 98 and 73. RGB value is (82,152,115). Sum of RGB (Red+Green+Blue) = 82+152+115=349 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.50% from 349); Green value is 152 (59.77% from 255 or 43.55% from 349); Blue value is 115 (45.31% from 255 or 32.95% from 349); Max value from RGB is 152 - color contains mainly: green. Hex color #529873 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529873 is #AD678C. Grayscale: #7E7E7E. Windows color (decimal): -11364237 or 7575634. OLE color: 7575634.

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

Color convert

RGB82152115-
CMYK0.4600.240.40
HSL148.29º29.91%45.88%-
HSV(B)148.29º46.05%59.61%-
XYZ17.825.4920.2-
YUV126.85121.3196.01-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.50%
GREEN value IS 152 (59.77% from 255) = 43.55%
BLUE value IS 115 (45.31% from 255) = 32.95%
R=23.50%
G=43.55%
B=32.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal821521150.4600.240.40148.2929.9145.88
Hex5298732E01828941e2e
Octal12223016356030502243656
Binary10100101001100011100111011100110001010001001010011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529873; }

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

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

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

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

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

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

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

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