#529972

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

Shades of Ocean Green #529972

Tints of Ocean Green #529972

Color information

#529972 (or 0x529972) is unknown color: approx Ocean Green. HEX triplet: 52, 99 and 72. RGB value is (82,153,114). Sum of RGB (Red+Green+Blue) = 82+153+114=349 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.50% from 349); Green value is 153 (60.16% from 255 or 43.84% from 349); Blue value is 114 (44.92% from 255 or 32.66% from 349); Max value from RGB is 153 - color contains mainly: green. Hex color #529972 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529972 is #AD668D. Grayscale: #7F7F7F. Windows color (decimal): -11363982 or 7510354. OLE color: 7510354.

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

Color convert

RGB82153114-
CMYK0.4600.250.4
HSL147.04º30.21%46.08%-
HSV(B)147.04º46.41%60%-
XYZ17.9125.7919.95-
YUV127.32120.4895.67-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.50%
GREEN value IS 153 (60.16% from 255) = 43.84%
BLUE value IS 114 (44.92% from 255) = 32.66%
R=23.50%
G=43.84%
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.4
SystemRedGreenBlueCMYKHSL
Decimal821531140.4600.250.4147.0430.2146.08
Hex5299722E01928931e2e
Octal12223116256031502233656
Binary10100101001100111100101011100110011010001001001111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529972; }

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

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

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

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

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

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

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

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