Html Css Color HEX #529871 Ocean Green

📋 copy color: '#529871'

red 82 ◦ green 152 ◦ blue 113

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

Shades of Ocean Green #529871

Tints of Ocean Green #529871

RGB

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

 GREEN value IS 152 (59.77% from 255) = 43.8%

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

R = 23.63%
G = 43.8%
B = 32.56%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#529871 (or 0x529871) is known color: Ocean Green. HEX triplet: 52, 98 and 71. RGB value is (82,152,113). Sum of RGB (Red+Green+Blue) = 82+152+113=347 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.63% from 347); Green value is 152 (59.77% from 255 or 43.80% from 347); Blue value is 113 (44.53% from 255 or 32.56% from 347); Max value from RGB is 152 - color contains mainly: green. Hex color #529871 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529871 is #AD678E. Grayscale: #7E7E7E. Windows color (decimal): -11364239 or 7444562. OLE color: 7444562.

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

Color convert

RGB 82 152 113 -
CMYK 0.46 0 0.26 0.40
HSL 146.57º 0.3% 0.46% -
HSV(B) 146.57º 0.46% 0.6% -
XYZ 17.69 25.44 19.6 -
YUV 126.62 120.31 96.17 -
System Red Green Blue C M Y K H S L
Decimal 82 152 113 0.46 0 0.26 0.40 146.57 0.3 0.46
Hex 52 98 71 2E 0 1A 28 93 1E 2E
Octal 122 230 161 56 0 32 50 223 36 56
Binary 1010010 10011000 1110001 101110 0 11010 101000 10010011 11110 101110

Color Harmonies of #529871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529871

Black with #529871

Text Example


Text Example

White with #529871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529871; }

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

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

background-color css

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

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

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

border-color css

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

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

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