Html Css Color HEX #529573 Ocean Green

📋 copy color: '#529573'

red 82 ◦ green 149 ◦ blue 115

#529573
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #529573

Tints of Ocean Green #529573

RGB

 RED value IS 82 (32.42% from 255) = 23.7%

 GREEN value IS 149 (58.59% from 255) = 43.06%

 BLUE value IS 115 (45.31% from 255) = 33.24%

R = 23.7%
G = 43.06%
B = 33.24%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#529573 (or 0x529573) is known color: Ocean Green. HEX triplet: 52, 95 and 73. RGB value is (82,149,115). Sum of RGB (Red+Green+Blue) = 82+149+115=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 149 (58.59% from 255 or 43.06% from 346); Blue value is 115 (45.31% from 255 or 33.24% from 346); Max value from RGB is 149 - color contains mainly: green. Hex color #529573 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529573 is #AD6A8C. Grayscale: #7D7D7D. Windows color (decimal): -11365005 or 7574866. OLE color: 7574866.

HSL color Cylindrical-coordinate representation of color #529573: hue angle of 149.55º 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 #529573 is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 149 115 -
CMYK 0.45 0 0.23 0.42
HSL 149.55º 0.29% 0.45% -
HSV(B) 149.55º 0.45% 0.58% -
XYZ 17.32 24.53 20.04 -
YUV 125.09 122.3 97.26 -
System Red Green Blue C M Y K H S L
Decimal 82 149 115 0.45 0 0.23 0.42 149.55 0.29 0.45
Hex 52 95 73 2D 0 17 2A 96 1D 2D
Octal 122 225 163 55 0 27 52 226 35 55
Binary 1010010 10010101 1110011 101101 0 10111 101010 10010110 11101 101101

Color Harmonies of #529573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529573

Black with #529573

Text Example


Text Example

White with #529573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529573; }

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

 H1.HeaderClassName
 {
   color: #529573;
 }
 .AnyTagClassName
 {
   color: #529573;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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