#529F74

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

Shades of Ocean Green #529F74

Tints of Ocean Green #529F74

Color information

#529F74 (or 0x529F74) is unknown color: approx Ocean Green. HEX triplet: 52, 9F and 74. RGB value is (82,159,116). Sum of RGB (Red+Green+Blue) = 82+159+116=357 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.97% from 357); Green value is 159 (62.5% from 255 or 44.54% from 357); Blue value is 116 (45.70% from 255 or 32.49% from 357); Max value from RGB is 159 - color contains mainly: green. Hex color #529F74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529F74 is #AD608B. Grayscale: #838383. Windows color (decimal): -11362444 or 7642962. OLE color: 7642962.

HSL color Cylindrical-coordinate representation of color #529F74: hue angle of 146.49º degrees, saturation: 0.32, 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 #529F74 is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB82159116-
CMYK0.4800.270.38
HSL146.49º31.95%47.25%-
HSV(B)146.49º48.43%62.35%-
XYZ19.0327.8520.9-
YUV131.07119.4993-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.97%
GREEN value IS 159 (62.5% from 255) = 44.54%
BLUE value IS 116 (45.70% from 255) = 32.49%
R=22.97%
G=44.54%
B=32.49%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal821591160.4800.270.38146.4931.9547.25
Hex529F743001B2692202f
Octal12223716460033462224057
Binary101001010011111111010011000001101110011010010010100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,159,116); }

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

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

 a { background-color: rgb(82,159,116); }

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

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

 span { border-color: rgb(82,159,116); }

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