#529971

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

Shades of Ocean Green #529971

Tints of Ocean Green #529971

Color information

#529971 (or 0x529971) is unknown color: approx Ocean Green. HEX triplet: 52, 99 and 71. RGB value is (82,153,113). Sum of RGB (Red+Green+Blue) = 82+153+113=348 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.56% from 348); Green value is 153 (60.16% from 255 or 43.97% from 348); Blue value is 113 (44.53% from 255 or 32.47% from 348); Max value from RGB is 153 - color contains mainly: green. Hex color #529971 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529971 is #AD668E. Grayscale: #7F7F7F. Windows color (decimal): -11363983 or 7444818. OLE color: 7444818.

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

Color convert

RGB82153113-
CMYK0.4600.260.4
HSL146.2º30.21%46.08%-
HSV(B)146.2º46.41%60%-
XYZ17.8525.7719.66-
YUV127.21119.9895.75-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.56%
GREEN value IS 153 (60.16% from 255) = 43.97%
BLUE value IS 113 (44.53% from 255) = 32.47%
R=23.56%
G=43.97%
B=32.47%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal821531130.4600.260.4146.230.2146.08
Hex5299712E01A28921e2e
Octal12223116156032502223656
Binary10100101001100111100011011100110101010001001001011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529971; }

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

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

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

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

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

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

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

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