#529871

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

Shades of Ocean Green #529871

Tints of Ocean Green #529871

Color information

#529871 (or 0x529871) is unknown color: approx Ocean Green. HEX triplet: 52, 98 and 71. RGB value is (82,152,113). Sum of RGB (Red+Green+Blue) = 82+152+113=347 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.63% from 347); Green value is 152 (59.77% from 255 or 43.80% from 347); Blue value is 113 (44.53% from 255 or 32.56% from 347); Max value from RGB is 152 - color contains mainly: green. Hex color #529871 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529871 is #AD678E. Grayscale: #7E7E7E. Windows color (decimal): -11364239 or 7444562. OLE color: 7444562.

HSL color Cylindrical-coordinate representation of color #529871: hue angle of 146.57º 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 #529871 is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB82152113-
CMYK0.4600.260.40
HSL146.57º29.91%45.88%-
HSV(B)146.57º46.05%59.61%-
XYZ17.6925.4419.6-
YUV126.62120.3196.17-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.63%
GREEN value IS 152 (59.77% from 255) = 43.80%
BLUE value IS 113 (44.53% from 255) = 32.56%
R=23.63%
G=43.80%
B=32.56%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal821521130.4600.260.40146.5729.9145.88
Hex5298712E01A28931e2e
Octal12223016156032502233656
Binary10100101001100011100011011100110101010001001001111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529871; }

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

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

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

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

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

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

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

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