#529370

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

Shades of Ocean Green #529370

Tints of Ocean Green #529370

Color information

#529370 (or 0x529370) is unknown color: approx Ocean Green. HEX triplet: 52, 93 and 70. RGB value is (82,147,112). Sum of RGB (Red+Green+Blue) = 82+147+112=341 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.05% from 341); Green value is 147 (57.81% from 255 or 43.11% from 341); Blue value is 112 (44.14% from 255 or 32.84% from 341); Max value from RGB is 147 - color contains mainly: green. Hex color #529370 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529370 is #AD6C8F. Grayscale: #7B7B7B. Windows color (decimal): -11365520 or 7377746. OLE color: 7377746.

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

Color convert

RGB82147112-
CMYK0.4400.240.42
HSL147.69º28.38%44.9%-
HSV(B)147.69º44.22%57.65%-
XYZ16.8423.8319.04-
YUV123.58121.4798.35-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.05%
GREEN value IS 147 (57.81% from 255) = 43.11%
BLUE value IS 112 (44.14% from 255) = 32.84%
R=24.05%
G=43.11%
B=32.84%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal821471120.4400.240.42147.6928.3844.9
Hex5293702C0182A941c2d
Octal12222316054030522243455
Binary10100101001001111100001011000110001010101001010011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529370; }

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

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

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

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

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

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

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

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