Html Css Color HEX #529D73 Ocean Green

📋 copy color: '#529D73'

red 82 ◦ green 157 ◦ blue 115

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

Shades of Ocean Green #529D73

Tints of Ocean Green #529D73

RGB

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

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

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

R = 23.16%
G = 44.35%
B = 32.49%

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

#529D73 (or 0x529D73) is known color: Ocean Green. HEX triplet: 52, 9D and 73. RGB value is (82,157,115). Sum of RGB (Red+Green+Blue) = 82+157+115=354 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.16% from 354); Green value is 157 (61.72% from 255 or 44.35% from 354); Blue value is 115 (45.31% from 255 or 32.49% from 354); Max value from RGB is 157 - color contains mainly: green. Hex color #529D73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529D73 is #AD628C. Grayscale: #818181. Windows color (decimal): -11362957 or 7576914. OLE color: 7576914.

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

Color convert

RGB 82 157 115 -
CMYK 0.48 0 0.27 0.38
HSL 146.4º 0.31% 0.47% -
HSV(B) 146.4º 0.48% 0.62% -
XYZ 18.63 27.15 20.48 -
YUV 129.79 119.65 93.92 -
System Red Green Blue C M Y K H S L
Decimal 82 157 115 0.48 0 0.27 0.38 146.4 0.31 0.47
Hex 52 9D 73 30 0 1B 26 92 1F 2F
Octal 122 235 163 60 0 33 46 222 37 57
Binary 1010010 10011101 1110011 110000 0 11011 100110 10010010 11111 101111

Color Harmonies of #529D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529D73

Black with #529D73

Text Example


Text Example

White with #529D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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