#529470

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

Shades of Ocean Green #529470

Tints of Ocean Green #529470

Color information

#529470 (or 0x529470) is unknown color: approx Ocean Green. HEX triplet: 52, 94 and 70. RGB value is (82,148,112). Sum of RGB (Red+Green+Blue) = 82+148+112=342 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.98% from 342); Green value is 148 (58.20% from 255 or 43.27% from 342); Blue value is 112 (44.14% from 255 or 32.75% from 342); Max value from RGB is 148 - color contains mainly: green. Hex color #529470 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529470 is #AD6B8F. Grayscale: #7C7C7C. Windows color (decimal): -11365264 or 7378002. OLE color: 7378002.

HSL color Cylindrical-coordinate representation of color #529470: hue angle of 147.27º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #529470 is Cyan = 0.45, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB82148112-
CMYK0.4500.240.42
HSL147.27º28.7%45.1%-
HSV(B)147.27º44.59%58.04%-
XYZ16.9924.1419.09-
YUV124.16121.1397.93-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.98%
GREEN value IS 148 (58.20% from 255) = 43.27%
BLUE value IS 112 (44.14% from 255) = 32.75%
R=23.98%
G=43.27%
B=32.75%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal821481120.4500.240.42147.2728.745.1
Hex5294702D0182A931d2d
Octal12222416055030522233555
Binary10100101001010011100001011010110001010101001001111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529470; }

 p { color: rgb(82,148,112); }

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

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

 a { background-color: rgb(82,148,112); }

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

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

 span { border-color: rgb(82,148,112); }

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