#529975

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

Shades of Ocean Green #529975

Tints of Ocean Green #529975

Color information

#529975 (or 0x529975) is unknown color: approx Ocean Green. HEX triplet: 52, 99 and 75. RGB value is (82,153,117). Sum of RGB (Red+Green+Blue) = 82+153+117=352 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.30% from 352); Green value is 153 (60.16% from 255 or 43.47% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 153 - color contains mainly: green. Hex color #529975 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529975 is #AD668A. Grayscale: #7F7F7F. Windows color (decimal): -11363979 or 7706962. OLE color: 7706962.

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

Color convert

RGB82153117-
CMYK0.4600.240.4
HSL149.58º30.21%46.08%-
HSV(B)149.58º46.41%60%-
XYZ18.0825.8620.87-
YUV127.67121.9895.43-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.30%
GREEN value IS 153 (60.16% from 255) = 43.47%
BLUE value IS 117 (46.09% from 255) = 33.24%
R=23.30%
G=43.47%
B=33.24%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal821531170.4600.240.4149.5830.2146.08
Hex5299752E01828961e2e
Octal12223116556030502263656
Binary10100101001100111101011011100110001010001001011011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529975; }

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

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

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

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

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

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

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

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