Html Css Color HEX #529870 Ocean Green

📋 copy color: '#529870'

red 82 ◦ green 152 ◦ blue 112

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

Shades of Ocean Green #529870

Tints of Ocean Green #529870

RGB

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

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

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

R = 23.7%
G = 43.93%
B = 32.37%

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

#529870 (or 0x529870) is known color: Ocean Green. HEX triplet: 52, 98 and 70. RGB value is (82,152,112). Sum of RGB (Red+Green+Blue) = 82+152+112=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 152 (59.77% from 255 or 43.93% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 152 - color contains mainly: green. Hex color #529870 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529870 is #AD678F. Grayscale: #7E7E7E. Windows color (decimal): -11364240 or 7379026. OLE color: 7379026.

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

Color convert

RGB 82 152 112 -
CMYK 0.46 0 0.26 0.40
HSL 145.71º 0.3% 0.46% -
HSV(B) 145.71º 0.46% 0.6% -
XYZ 17.63 25.42 19.31 -
YUV 126.51 119.81 96.25 -
System Red Green Blue C M Y K H S L
Decimal 82 152 112 0.46 0 0.26 0.40 145.71 0.3 0.46
Hex 52 98 70 2E 0 1A 28 92 1E 2E
Octal 122 230 160 56 0 32 50 222 36 56
Binary 1010010 10011000 1110000 101110 0 11010 101000 10010010 11110 101110

Color Harmonies of #529870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529870

Black with #529870

Text Example


Text Example

White with #529870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529870; }

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

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

background-color css

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

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

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

border-color css

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

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

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