#529771

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

Shades of Ocean Green #529771

Tints of Ocean Green #529771

Color information

#529771 (or 0x529771) is unknown color: approx Ocean Green. HEX triplet: 52, 97 and 71. RGB value is (82,151,113). Sum of RGB (Red+Green+Blue) = 82+151+113=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 151 (59.38% from 255 or 43.64% from 346); Blue value is 113 (44.53% from 255 or 32.66% from 346); Max value from RGB is 151 - color contains mainly: green. Hex color #529771 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529771 is #AD688E. Grayscale: #7E7E7E. Windows color (decimal): -11364495 or 7444306. OLE color: 7444306.

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

Color convert

RGB82151113-
CMYK0.4600.250.41
HSL146.96º29.61%45.69%-
HSV(B)146.96º45.7%59.22%-
XYZ17.5325.1219.55-
YUV126.04120.6496.59-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.70%
GREEN value IS 151 (59.38% from 255) = 43.64%
BLUE value IS 113 (44.53% from 255) = 32.66%
R=23.70%
G=43.64%
B=32.66%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal821511130.4600.250.41146.9629.6145.69
Hex5297712E01929931e2e
Octal12222716156031512233656
Binary10100101001011111100011011100110011010011001001111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529771; }

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

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

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

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

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

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

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

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