Html Css Color HEX #529C71 Ocean Green

📋 copy color: '#529C71'

red 82 ◦ green 156 ◦ blue 113

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

Shades of Ocean Green #529C71

Tints of Ocean Green #529C71

RGB

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

 GREEN value IS 156 (61.33% from 255) = 44.44%

 BLUE value IS 113 (44.53% from 255) = 32.19%

R = 23.36%
G = 44.44%
B = 32.19%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#529C71 (or 0x529C71) is known color: Ocean Green. HEX triplet: 52, 9C and 71. RGB value is (82,156,113). Sum of RGB (Red+Green+Blue) = 82+156+113=351 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.36% from 351); Green value is 156 (61.33% from 255 or 44.44% from 351); Blue value is 113 (44.53% from 255 or 32.19% from 351); Max value from RGB is 156 - color contains mainly: green. Hex color #529C71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529C71 is #AD638E. Grayscale: #818181. Windows color (decimal): -11363215 or 7445586. OLE color: 7445586.

HSL color Cylindrical-coordinate representation of color #529C71: hue angle of 145.14º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #529C71 is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB 82 156 113 -
CMYK 0.47 0 0.28 0.39
HSL 145.14º 0.31% 0.47% -
HSV(B) 145.14º 0.47% 0.61% -
XYZ 18.35 26.76 19.82 -
YUV 128.97 118.98 94.5 -
System Red Green Blue C M Y K H S L
Decimal 82 156 113 0.47 0 0.28 0.39 145.14 0.31 0.47
Hex 52 9C 71 2F 0 1C 27 91 1F 2F
Octal 122 234 161 57 0 34 47 221 37 57
Binary 1010010 10011100 1110001 101111 0 11100 100111 10010001 11111 101111

Color Harmonies of #529C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529C71

Black with #529C71

Text Example


Text Example

White with #529C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,156,113); }

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

background-color css

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

 a { background-color: rgb(82,156,113); }

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

border-color css

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

 span { border-color: rgb(82,156,113); }

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