Html Css Color HEX #529470 Ocean Green

📋 copy color: '#529470'

red 82 ◦ green 148 ◦ blue 112

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

Shades of Ocean Green #529470

Tints of Ocean Green #529470

RGB

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

 GREEN value IS 148 (58.2% from 255) = 43.27%

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

R = 23.98%
G = 43.27%
B = 32.75%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#529470 (or 0x529470) is known color: Ocean Green. HEX triplet: 52, 94 and 70. RGB value is (82,148,112). Sum of RGB (Red+Green+Blue) = 82+148+112=342 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.98% from 342); Green value is 148 (58.20% from 255 or 43.27% from 342); Blue value is 112 (44.14% from 255 or 32.75% from 342); Max value from RGB is 148 - color contains mainly: green. Hex color #529470 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529470 is #AD6B8F. Grayscale: #7C7C7C. Windows color (decimal): -11365264 or 7378002. OLE color: 7378002.

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

Color convert

RGB 82 148 112 -
CMYK 0.45 0 0.24 0.42
HSL 147.27º 0.29% 0.45% -
HSV(B) 147.27º 0.45% 0.58% -
XYZ 16.99 24.14 19.09 -
YUV 124.16 121.13 97.93 -
System Red Green Blue C M Y K H S L
Decimal 82 148 112 0.45 0 0.24 0.42 147.27 0.29 0.45
Hex 52 94 70 2D 0 18 2A 93 1D 2D
Octal 122 224 160 55 0 30 52 223 35 55
Binary 1010010 10010100 1110000 101101 0 11000 101010 10010011 11101 101101

Color Harmonies of #529470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529470

Black with #529470

Text Example


Text Example

White with #529470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529470; }

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

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

background-color css

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

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

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

border-color css

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

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

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