#529C6D

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

Shades of Ocean Green #529C6D

Tints of Ocean Green #529C6D

Color information

#529C6D (or 0x529C6D) is unknown color: approx Ocean Green. HEX triplet: 52, 9C and 6D. RGB value is (82,156,109). Sum of RGB (Red+Green+Blue) = 82+156+109=347 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.63% from 347); Green value is 156 (61.33% from 255 or 44.96% from 347); Blue value is 109 (42.97% from 255 or 31.41% from 347); Max value from RGB is 156 - color contains mainly: green. Hex color #529C6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529C6D is #AD6392. Grayscale: #808080. Windows color (decimal): -11363219 or 7183442. OLE color: 7183442.

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

Color convert

RGB82156109-
CMYK0.4700.300.39
HSL141.89º31.09%46.67%-
HSV(B)141.89º47.44%61.18%-
XYZ18.1326.6718.66-
YUV128.52116.9894.82-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.63%
GREEN value IS 156 (61.33% from 255) = 44.96%
BLUE value IS 109 (42.97% from 255) = 31.41%
R=23.63%
G=44.96%
B=31.41%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal821561090.4700.300.39141.8931.0946.67
Hex529C6D2F01E278e1f2f
Octal12223415557036472163757
Binary10100101001110011011011011110111101001111000111011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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