#529C6C

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

Shades of Ocean Green #529C6C

Tints of Ocean Green #529C6C

Color information

#529C6C (or 0x529C6C) is unknown color: approx Ocean Green. HEX triplet: 52, 9C and 6C. RGB value is (82,156,108). Sum of RGB (Red+Green+Blue) = 82+156+108=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 156 (61.33% from 255 or 45.09% from 346); Blue value is 108 (42.58% from 255 or 31.21% from 346); Max value from RGB is 156 - color contains mainly: green. Hex color #529C6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529C6C is #AD6393. Grayscale: #808080. Windows color (decimal): -11363220 or 7117906. OLE color: 7117906.

HSL color Cylindrical-coordinate representation of color #529C6C: hue angle of 141.08º 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 #529C6C is Cyan = 0.47, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.39.

Color convert

RGB82156108-
CMYK0.4700.310.39
HSL141.08º31.09%46.67%-
HSV(B)141.08º47.44%61.18%-
XYZ18.0726.6518.38-
YUV128.4116.4894.9-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.70%
GREEN value IS 156 (61.33% from 255) = 45.09%
BLUE value IS 108 (42.58% from 255) = 31.21%
R=23.70%
G=45.09%
B=31.21%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal821561080.4700.310.39141.0831.0946.67
Hex529C6C2F01F278d1f2f
Octal12223415457037472153757
Binary10100101001110011011001011110111111001111000110111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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