#529775

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

Shades of Ocean Green #529775

Tints of Ocean Green #529775

Color information

#529775 (or 0x529775) is unknown color: approx Ocean Green. HEX triplet: 52, 97 and 75. RGB value is (82,151,117). Sum of RGB (Red+Green+Blue) = 82+151+117=350 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.43% from 350); Green value is 151 (59.38% from 255 or 43.14% from 350); Blue value is 117 (46.09% from 255 or 33.43% from 350); Max value from RGB is 151 - color contains mainly: green. Hex color #529775 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529775 is #AD688A. Grayscale: #7E7E7E. Windows color (decimal): -11364491 or 7706450. OLE color: 7706450.

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

Color convert

RGB82151117-
CMYK0.4600.230.41
HSL150.43º29.61%45.69%-
HSV(B)150.43º45.7%59.22%-
XYZ17.7625.2120.76-
YUV126.49122.6496.26-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.43%
GREEN value IS 151 (59.38% from 255) = 43.14%
BLUE value IS 117 (46.09% from 255) = 33.43%
R=23.43%
G=43.14%
B=33.43%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal821511170.4600.230.41150.4329.6145.69
Hex5297752E01729961e2e
Octal12222716556027512263656
Binary10100101001011111101011011100101111010011001011011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529775; }

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

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

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

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

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

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

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

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