#529973

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

Shades of Ocean Green #529973

Tints of Ocean Green #529973

Color information

#529973 (or 0x529973) is unknown color: approx Ocean Green. HEX triplet: 52, 99 and 73. RGB value is (82,153,115). Sum of RGB (Red+Green+Blue) = 82+153+115=350 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.43% from 350); Green value is 153 (60.16% from 255 or 43.71% from 350); Blue value is 115 (45.31% from 255 or 32.86% from 350); Max value from RGB is 153 - color contains mainly: green. Hex color #529973 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529973 is #AD668C. Grayscale: #7F7F7F. Windows color (decimal): -11363981 or 7575890. OLE color: 7575890.

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

Color convert

RGB82153115-
CMYK0.4600.250.4
HSL147.89º30.21%46.08%-
HSV(B)147.89º46.41%60%-
XYZ17.9725.8120.26-
YUV127.44120.9895.59-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.43%
GREEN value IS 153 (60.16% from 255) = 43.71%
BLUE value IS 115 (45.31% from 255) = 32.86%
R=23.43%
G=43.71%
B=32.86%

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
Decimal821531150.4600.250.4147.8930.2146.08
Hex5299732E01928941e2e
Octal12223116356031502243656
Binary10100101001100111100111011100110011010001001010011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529973; }

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

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

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

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

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

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

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

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