#529069

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

Shades of Ocean Green #529069

Tints of Ocean Green #529069

Color information

#529069 (or 0x529069) is unknown color: approx Ocean Green. HEX triplet: 52, 90 and 69. RGB value is (82,144,105). Sum of RGB (Red+Green+Blue) = 82+144+105=331 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.77% from 331); Green value is 144 (56.64% from 255 or 43.50% from 331); Blue value is 105 (41.41% from 255 or 31.72% from 331); Max value from RGB is 144 - color contains mainly: green. Hex color #529069 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529069 is #AD6F96. Grayscale: #797979. Windows color (decimal): -11366295 or 6918226. OLE color: 6918226.

HSL color Cylindrical-coordinate representation of color #529069: hue angle of 142.26º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #529069 is Cyan = 0.43, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB82144105-
CMYK0.4300.270.44
HSL142.26º27.43%44.31%-
HSV(B)142.26º43.06%56.47%-
XYZ1622.7616.91-
YUV121.02118.96100.17-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.77%
GREEN value IS 144 (56.64% from 255) = 43.50%
BLUE value IS 105 (41.41% from 255) = 31.72%
R=24.77%
G=43.50%
B=31.72%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal821441050.4300.270.44142.2627.4344.31
Hex5290692B01B2C8e1b2c
Octal12222015153033542163354
Binary10100101001000011010011010110110111011001000111011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529069; }

 p { color: rgb(82,144,105); }

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

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

 a { background-color: rgb(82,144,105); }

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

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

 span { border-color: rgb(82,144,105); }

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