Html Css Color HEX #529D72 Ocean Green

📋 copy color: '#529D72'

red 82 ◦ green 157 ◦ blue 114

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

Shades of Ocean Green #529D72

Tints of Ocean Green #529D72

RGB

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

 GREEN value IS 157 (61.72% from 255) = 44.48%

 BLUE value IS 114 (44.92% from 255) = 32.29%

R = 23.23%
G = 44.48%
B = 32.29%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#529D72 (or 0x529D72) is known color: Ocean Green. HEX triplet: 52, 9D and 72. RGB value is (82,157,114). Sum of RGB (Red+Green+Blue) = 82+157+114=353 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.23% from 353); Green value is 157 (61.72% from 255 or 44.48% from 353); Blue value is 114 (44.92% from 255 or 32.29% from 353); Max value from RGB is 157 - color contains mainly: green. Hex color #529D72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529D72 is #AD628D. Grayscale: #818181. Windows color (decimal): -11362958 or 7511378. OLE color: 7511378.

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

Color convert

RGB 82 157 114 -
CMYK 0.48 0 0.27 0.38
HSL 145.6º 0.31% 0.47% -
HSV(B) 145.6º 0.48% 0.62% -
XYZ 18.57 27.12 20.18 -
YUV 129.67 119.15 94 -
System Red Green Blue C M Y K H S L
Decimal 82 157 114 0.48 0 0.27 0.38 145.6 0.31 0.47
Hex 52 9D 72 30 0 1B 26 92 1F 2F
Octal 122 235 162 60 0 33 46 222 37 57
Binary 1010010 10011101 1110010 110000 0 11011 100110 10010010 11111 101111

Color Harmonies of #529D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529D72

Black with #529D72

Text Example


Text Example

White with #529D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,157,114); }

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

background-color css

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

 a { background-color: rgb(82,157,114); }

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

border-color css

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

 span { border-color: rgb(82,157,114); }

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