Html Css Color HEX #529576 Ocean Green

📋 copy color: '#529576'

red 82 ◦ green 149 ◦ blue 118

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

Shades of Ocean Green #529576

Tints of Ocean Green #529576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 33.81%

R = 23.5%
G = 42.69%
B = 33.81%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#529576 (or 0x529576) is known color: Ocean Green. HEX triplet: 52, 95 and 76. RGB value is (82,149,118). Sum of RGB (Red+Green+Blue) = 82+149+118=349 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.50% from 349); Green value is 149 (58.59% from 255 or 42.69% from 349); Blue value is 118 (46.48% from 255 or 33.81% from 349); Max value from RGB is 149 - color contains mainly: green. Hex color #529576 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529576 is #AD6A89. Grayscale: #7D7D7D. Windows color (decimal): -11365002 or 7771474. OLE color: 7771474.

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

Color convert

RGB 82 149 118 -
CMYK 0.45 0 0.21 0.42
HSL 152.24º 0.29% 0.45% -
HSV(B) 152.24º 0.45% 0.58% -
XYZ 17.5 24.6 20.96 -
YUV 125.43 123.8 97.02 -
System Red Green Blue C M Y K H S L
Decimal 82 149 118 0.45 0 0.21 0.42 152.24 0.29 0.45
Hex 52 95 76 2D 0 15 2A 98 1D 2D
Octal 122 225 166 55 0 25 52 230 35 55
Binary 1010010 10010101 1110110 101101 0 10101 101010 10011000 11101 101101

Color Harmonies of #529576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529576

Black with #529576

Text Example


Text Example

White with #529576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529576; }

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

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

background-color css

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

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

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

border-color css

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

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

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