Html Css Color HEX #529976 Ocean Green

📋 copy color: '#529976'

red 82 ◦ green 153 ◦ blue 118

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

Shades of Ocean Green #529976

Tints of Ocean Green #529976

RGB

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

 GREEN value IS 153 (60.16% from 255) = 43.34%

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

R = 23.23%
G = 43.34%
B = 33.43%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.23

 K value IS 0.4

RGB Variations

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

Color information

#529976 (or 0x529976) is known color: Ocean Green. HEX triplet: 52, 99 and 76. RGB value is (82,153,118). Sum of RGB (Red+Green+Blue) = 82+153+118=353 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.23% from 353); Green value is 153 (60.16% from 255 or 43.34% from 353); Blue value is 118 (46.48% from 255 or 33.43% from 353); Max value from RGB is 153 - color contains mainly: green. Hex color #529976 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529976 is #AD6689. Grayscale: #7F7F7F. Windows color (decimal): -11363978 or 7772498. OLE color: 7772498.

HSL color Cylindrical-coordinate representation of color #529976: hue angle of 150.42º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #529976 is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.4.

Color convert

RGB 82 153 118 -
CMYK 0.46 0 0.23 0.4
HSL 150.42º 0.3% 0.46% -
HSV(B) 150.42º 0.46% 0.6% -
XYZ 18.14 25.88 21.18 -
YUV 127.78 122.48 95.35 -
System Red Green Blue C M Y K H S L
Decimal 82 153 118 0.46 0 0.23 0.4 150.42 0.3 0.46
Hex 52 99 76 2E 0 17 28 96 1E 2E
Octal 122 231 166 56 0 27 50 226 36 56
Binary 1010010 10011001 1110110 101110 0 10111 101000 10010110 11110 101110

Color Harmonies of #529976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529976

Black with #529976

Text Example


Text Example

White with #529976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529976; }

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

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

background-color css

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

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

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

border-color css

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

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

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