#529D6D

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

Shades of Ocean Green #529D6D

Tints of Ocean Green #529D6D

Color information

#529D6D (or 0x529D6D) is unknown color: approx Ocean Green. HEX triplet: 52, 9D and 6D. RGB value is (82,157,109). Sum of RGB (Red+Green+Blue) = 82+157+109=348 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.56% from 348); Green value is 157 (61.72% from 255 or 45.11% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 157 - color contains mainly: green. Hex color #529D6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529D6D is #AD6292. Grayscale: #818181. Windows color (decimal): -11362963 or 7183698. OLE color: 7183698.

HSL color Cylindrical-coordinate representation of color #529D6D: hue angle of 141.6º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #529D6D is Cyan = 0.48, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB82157109-
CMYK0.4800.310.38
HSL141.6º31.38%46.86%-
HSV(B)141.6º47.77%61.57%-
XYZ18.327.0118.72-
YUV129.1116.6594.4-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.56%
GREEN value IS 157 (61.72% from 255) = 45.11%
BLUE value IS 109 (42.97% from 255) = 31.32%
R=23.56%
G=45.11%
B=31.32%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal821571090.4800.310.38141.631.3846.86
Hex529D6D3001F268e1f2f
Octal12223515560037462163757
Binary10100101001110111011011100000111111001101000111011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529D6D; }

 p { color: rgb(82,157,109); }

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

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

 a { background-color: rgb(82,157,109); }

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

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

 span { border-color: rgb(82,157,109); }

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