Html Css Color HEX #529771 Ocean Green

📋 copy color: '#529771'

red 82 ◦ green 151 ◦ blue 113

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

Shades of Ocean Green #529771

Tints of Ocean Green #529771

RGB

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

 GREEN value IS 151 (59.38% from 255) = 43.64%

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

R = 23.7%
G = 43.64%
B = 32.66%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#529771 (or 0x529771) is known color: Ocean Green. HEX triplet: 52, 97 and 71. RGB value is (82,151,113). Sum of RGB (Red+Green+Blue) = 82+151+113=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 151 (59.38% from 255 or 43.64% from 346); Blue value is 113 (44.53% from 255 or 32.66% from 346); Max value from RGB is 151 - color contains mainly: green. Hex color #529771 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529771 is #AD688E. Grayscale: #7E7E7E. Windows color (decimal): -11364495 or 7444306. OLE color: 7444306.

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

Color convert

RGB 82 151 113 -
CMYK 0.46 0 0.25 0.41
HSL 146.96º 0.3% 0.46% -
HSV(B) 146.96º 0.46% 0.59% -
XYZ 17.53 25.12 19.55 -
YUV 126.04 120.64 96.59 -
System Red Green Blue C M Y K H S L
Decimal 82 151 113 0.46 0 0.25 0.41 146.96 0.3 0.46
Hex 52 97 71 2E 0 19 29 93 1E 2E
Octal 122 227 161 56 0 31 51 223 36 56
Binary 1010010 10010111 1110001 101110 0 11001 101001 10010011 11110 101110

Color Harmonies of #529771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529771

Black with #529771

Text Example


Text Example

White with #529771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529771; }

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

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

background-color css

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

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

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

border-color css

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

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

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