#529C67

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

Shades of Ocean Green #529C67

Tints of Ocean Green #529C67

Color information

#529C67 (or 0x529C67) is unknown color: approx Ocean Green. HEX triplet: 52, 9C and 67. RGB value is (82,156,103). Sum of RGB (Red+Green+Blue) = 82+156+103=341 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.05% from 341); Green value is 156 (61.33% from 255 or 45.75% from 341); Blue value is 103 (40.62% from 255 or 30.21% from 341); Max value from RGB is 156 - color contains mainly: green. Hex color #529C67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529C67 is #AD6398. Grayscale: #7F7F7F. Windows color (decimal): -11363225 or 6790226. OLE color: 6790226.

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

Color convert

RGB82156103-
CMYK0.4700.340.39
HSL137.03º31.09%46.67%-
HSV(B)137.03º47.44%61.18%-
XYZ17.8226.5517.02-
YUV127.83113.9895.31-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.05%
GREEN value IS 156 (61.33% from 255) = 45.75%
BLUE value IS 103 (40.62% from 255) = 30.21%
R=24.05%
G=45.75%
B=30.21%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal821561030.4700.340.39137.0331.0946.67
Hex529C672F02227891f2f
Octal12223414757042472113757
Binary101001010011100110011110111101000101001111000100111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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