#529773

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

Shades of Ocean Green #529773

Tints of Ocean Green #529773

Color information

#529773 (or 0x529773) is unknown color: approx Ocean Green. HEX triplet: 52, 97 and 73. RGB value is (82,151,115). Sum of RGB (Red+Green+Blue) = 82+151+115=348 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.56% from 348); Green value is 151 (59.38% from 255 or 43.39% from 348); Blue value is 115 (45.31% from 255 or 33.05% from 348); Max value from RGB is 151 - color contains mainly: green. Hex color #529773 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529773 is #AD688C. Grayscale: #7E7E7E. Windows color (decimal): -11364493 or 7575378. OLE color: 7575378.

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

Color convert

RGB82151115-
CMYK0.4600.240.41
HSL148.7º29.61%45.69%-
HSV(B)148.7º45.7%59.22%-
XYZ17.6425.1620.15-
YUV126.26121.6496.43-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.56%
GREEN value IS 151 (59.38% from 255) = 43.39%
BLUE value IS 115 (45.31% from 255) = 33.05%
R=23.56%
G=43.39%
B=33.05%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal821511150.4600.240.41148.729.6145.69
Hex5297732E01829951e2e
Octal12222716356030512253656
Binary10100101001011111100111011100110001010011001010111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529773; }

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

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

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

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

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

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

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

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