#529574

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

Shades of Ocean Green #529574

Tints of Ocean Green #529574

Color information

#529574 (or 0x529574) is unknown color: approx Ocean Green. HEX triplet: 52, 95 and 74. RGB value is (82,149,116). Sum of RGB (Red+Green+Blue) = 82+149+116=347 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.63% from 347); Green value is 149 (58.59% from 255 or 42.94% from 347); Blue value is 116 (45.70% from 255 or 33.43% from 347); Max value from RGB is 149 - color contains mainly: green. Hex color #529574 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529574 is #AD6A8B. Grayscale: #7D7D7D. Windows color (decimal): -11365004 or 7640402. OLE color: 7640402.

HSL color Cylindrical-coordinate representation of color #529574: hue angle of 150.45º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #529574 is Cyan = 0.45, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB82149116-
CMYK0.4500.220.42
HSL150.45º29%45.29%-
HSV(B)150.45º44.97%58.43%-
XYZ17.3824.5520.35-
YUV125.2122.897.18-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.63%
GREEN value IS 149 (58.59% from 255) = 42.94%
BLUE value IS 116 (45.70% from 255) = 33.43%
R=23.63%
G=42.94%
B=33.43%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal821491160.4500.220.42150.452945.29
Hex5295742D0162A961d2d
Octal12222516455026522263555
Binary10100101001010111101001011010101101010101001011011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529574; }

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

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

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

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

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

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

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

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