Html Css Color HEX #529371 Ocean Green

📋 copy color: '#529371'

red 82 ◦ green 147 ◦ blue 113

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

Shades of Ocean Green #529371

Tints of Ocean Green #529371

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42.98%

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

R = 23.98%
G = 42.98%
B = 33.04%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#529371 (or 0x529371) is known color: Ocean Green. HEX triplet: 52, 93 and 71. RGB value is (82,147,113). Sum of RGB (Red+Green+Blue) = 82+147+113=342 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.98% from 342); Green value is 147 (57.81% from 255 or 42.98% from 342); Blue value is 113 (44.53% from 255 or 33.04% from 342); Max value from RGB is 147 - color contains mainly: green. Hex color #529371 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529371 is #AD6C8E. Grayscale: #7B7B7B. Windows color (decimal): -11365519 or 7443282. OLE color: 7443282.

HSL color Cylindrical-coordinate representation of color #529371: hue angle of 148.62º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #529371 is Cyan = 0.44, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 147 113 -
CMYK 0.44 0 0.23 0.42
HSL 148.62º 0.28% 0.45% -
HSV(B) 148.62º 0.44% 0.58% -
XYZ 16.89 23.85 19.34 -
YUV 123.69 121.97 98.26 -
System Red Green Blue C M Y K H S L
Decimal 82 147 113 0.44 0 0.23 0.42 148.62 0.28 0.45
Hex 52 93 71 2C 0 17 2A 95 1C 2D
Octal 122 223 161 54 0 27 52 225 34 55
Binary 1010010 10010011 1110001 101100 0 10111 101010 10010101 11100 101101

Color Harmonies of #529371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529371

Black with #529371

Text Example


Text Example

White with #529371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529371; }

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

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

background-color css

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

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

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

border-color css

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

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

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