Html Css Color HEX #529F73 Ocean Green

📋 copy color: '#529F73'

red 82 ◦ green 159 ◦ blue 115

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

Shades of Ocean Green #529F73

Tints of Ocean Green #529F73

RGB

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

 GREEN value IS 159 (62.5% from 255) = 44.66%

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

R = 23.03%
G = 44.66%
B = 32.3%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#529F73 (or 0x529F73) is known color: Ocean Green. HEX triplet: 52, 9F and 73. RGB value is (82,159,115). Sum of RGB (Red+Green+Blue) = 82+159+115=356 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.03% from 356); Green value is 159 (62.5% from 255 or 44.66% from 356); Blue value is 115 (45.31% from 255 or 32.30% from 356); Max value from RGB is 159 - color contains mainly: green. Hex color #529F73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529F73 is #AD608C. Grayscale: #838383. Windows color (decimal): -11362445 or 7577426. OLE color: 7577426.

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

Color convert

RGB 82 159 115 -
CMYK 0.48 0 0.28 0.38
HSL 145.71º 0.32% 0.47% -
HSV(B) 145.71º 0.48% 0.62% -
XYZ 18.97 27.83 20.59 -
YUV 130.96 118.99 93.08 -
System Red Green Blue C M Y K H S L
Decimal 82 159 115 0.48 0 0.28 0.38 145.71 0.32 0.47
Hex 52 9F 73 30 0 1C 26 92 20 2F
Octal 122 237 163 60 0 34 46 222 40 57
Binary 1010010 10011111 1110011 110000 0 11100 100110 10010010 100000 101111

Color Harmonies of #529F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529F73

Black with #529F73

Text Example


Text Example

White with #529F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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