Html Css Color HEX #529971 Ocean Green

📋 copy color: '#529971'

red 82 ◦ green 153 ◦ blue 113

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

Shades of Ocean Green #529971

Tints of Ocean Green #529971

RGB

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

 GREEN value IS 153 (60.16% from 255) = 43.97%

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

R = 23.56%
G = 43.97%
B = 32.47%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.26

 K value IS 0.4

RGB Variations

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

Color information

#529971 (or 0x529971) is known color: Ocean Green. HEX triplet: 52, 99 and 71. RGB value is (82,153,113). Sum of RGB (Red+Green+Blue) = 82+153+113=348 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.56% from 348); Green value is 153 (60.16% from 255 or 43.97% from 348); Blue value is 113 (44.53% from 255 or 32.47% from 348); Max value from RGB is 153 - color contains mainly: green. Hex color #529971 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529971 is #AD668E. Grayscale: #7F7F7F. Windows color (decimal): -11363983 or 7444818. OLE color: 7444818.

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

Color convert

RGB 82 153 113 -
CMYK 0.46 0 0.26 0.4
HSL 146.2º 0.3% 0.46% -
HSV(B) 146.2º 0.46% 0.6% -
XYZ 17.85 25.77 19.66 -
YUV 127.21 119.98 95.75 -
System Red Green Blue C M Y K H S L
Decimal 82 153 113 0.46 0 0.26 0.4 146.2 0.3 0.46
Hex 52 99 71 2E 0 1A 28 92 1E 2E
Octal 122 231 161 56 0 32 50 222 36 56
Binary 1010010 10011001 1110001 101110 0 11010 101000 10010010 11110 101110

Color Harmonies of #529971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529971

Black with #529971

Text Example


Text Example

White with #529971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529971; }

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

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

background-color css

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

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

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

border-color css

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

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

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