#529C68

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

Shades of Ocean Green #529C68

Tints of Ocean Green #529C68

Color information

#529C68 (or 0x529C68) is unknown color: approx Ocean Green. HEX triplet: 52, 9C and 68. RGB value is (82,156,104). Sum of RGB (Red+Green+Blue) = 82+156+104=342 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.98% from 342); Green value is 156 (61.33% from 255 or 45.61% from 342); Blue value is 104 (41.02% from 255 or 30.41% from 342); Max value from RGB is 156 - color contains mainly: green. Hex color #529C68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529C68 is #AD6397. Grayscale: #808080. Windows color (decimal): -11363224 or 6855762. OLE color: 6855762.

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

Color convert

RGB82156104-
CMYK0.4700.330.39
HSL137.84º31.09%46.67%-
HSV(B)137.84º47.44%61.18%-
XYZ17.8726.5717.28-
YUV127.95114.4895.23-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.98%
GREEN value IS 156 (61.33% from 255) = 45.61%
BLUE value IS 104 (41.02% from 255) = 30.41%
R=23.98%
G=45.61%
B=30.41%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal821561040.4700.330.39137.8431.0946.67
Hex529C682F021278a1f2f
Octal12223415057041472123757
Binary101001010011100110100010111101000011001111000101011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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