Html Css Color HEX #529370 Ocean Green

📋 copy color: '#529370'

red 82 ◦ green 147 ◦ blue 112

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

Shades of Ocean Green #529370

Tints of Ocean Green #529370

RGB

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

 GREEN value IS 147 (57.81% from 255) = 43.11%

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

R = 24.05%
G = 43.11%
B = 32.84%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#529370 (or 0x529370) is known color: Ocean Green. HEX triplet: 52, 93 and 70. RGB value is (82,147,112). Sum of RGB (Red+Green+Blue) = 82+147+112=341 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.05% from 341); Green value is 147 (57.81% from 255 or 43.11% from 341); Blue value is 112 (44.14% from 255 or 32.84% from 341); Max value from RGB is 147 - color contains mainly: green. Hex color #529370 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529370 is #AD6C8F. Grayscale: #7B7B7B. Windows color (decimal): -11365520 or 7377746. OLE color: 7377746.

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

Color convert

RGB 82 147 112 -
CMYK 0.44 0 0.24 0.42
HSL 147.69º 0.28% 0.45% -
HSV(B) 147.69º 0.44% 0.58% -
XYZ 16.84 23.83 19.04 -
YUV 123.58 121.47 98.35 -
System Red Green Blue C M Y K H S L
Decimal 82 147 112 0.44 0 0.24 0.42 147.69 0.28 0.45
Hex 52 93 70 2C 0 18 2A 94 1C 2D
Octal 122 223 160 54 0 30 52 224 34 55
Binary 1010010 10010011 1110000 101100 0 11000 101010 10010100 11100 101101

Color Harmonies of #529370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529370

Black with #529370

Text Example


Text Example

White with #529370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529370; }

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

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

background-color css

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

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

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

border-color css

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

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

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