Html Css Color HEX #529970 Ocean Green

📋 copy color: '#529970'

red 82 ◦ green 153 ◦ blue 112

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

Shades of Ocean Green #529970

Tints of Ocean Green #529970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 32.28%

R = 23.63%
G = 44.09%
B = 32.28%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#529970 (or 0x529970) is known color: Ocean Green. HEX triplet: 52, 99 and 70. RGB value is (82,153,112). Sum of RGB (Red+Green+Blue) = 82+153+112=347 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.63% from 347); Green value is 153 (60.16% from 255 or 44.09% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 153 - color contains mainly: green. Hex color #529970 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529970 is #AD668F. Grayscale: #7F7F7F. Windows color (decimal): -11363984 or 7379282. OLE color: 7379282.

HSL color Cylindrical-coordinate representation of color #529970: hue angle of 145.35º 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 #529970 is Cyan = 0.46, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB 82 153 112 -
CMYK 0.46 0 0.27 0.4
HSL 145.35º 0.3% 0.46% -
HSV(B) 145.35º 0.46% 0.6% -
XYZ 17.8 25.75 19.36 -
YUV 127.1 119.48 95.83 -
System Red Green Blue C M Y K H S L
Decimal 82 153 112 0.46 0 0.27 0.4 145.35 0.3 0.46
Hex 52 99 70 2E 0 1B 28 91 1E 2E
Octal 122 231 160 56 0 33 50 221 36 56
Binary 1010010 10011001 1110000 101110 0 11011 101000 10010001 11110 101110

Color Harmonies of #529970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529970

Black with #529970

Text Example


Text Example

White with #529970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529970; }

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

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

background-color css

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

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

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

border-color css

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

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

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