Html Css Color HEX #52A370 Ocean Green

📋 copy color: '#52A370'

red 82 ◦ green 163 ◦ blue 112

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

Shades of Ocean Green #52A370

Tints of Ocean Green #52A370

RGB

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

 GREEN value IS 163 (64.06% from 255) = 45.66%

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

R = 22.97%
G = 45.66%
B = 31.37%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#52A370 (or 0x52A370) is known color: Ocean Green. HEX triplet: 52, A3 and 70. RGB value is (82,163,112). Sum of RGB (Red+Green+Blue) = 82+163+112=357 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.97% from 357); Green value is 163 (64.06% from 255 or 45.66% from 357); Blue value is 112 (44.14% from 255 or 31.37% from 357); Max value from RGB is 163 - color contains mainly: green. Hex color #52A370 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A370 is #AD5C8F. Grayscale: #858585. Windows color (decimal): -11361424 or 7381842. OLE color: 7381842.

HSL color Cylindrical-coordinate representation of color #52A370: hue angle of 142.22º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #52A370 is Cyan = 0.50, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB 82 163 112 -
CMYK 0.50 0 0.31 0.36
HSL 142.22º 0.33% 0.48% -
HSV(B) 142.22º 0.5% 0.64% -
XYZ 19.5 29.16 19.93 -
YUV 132.97 116.16 91.65 -
System Red Green Blue C M Y K H S L
Decimal 82 163 112 0.50 0 0.31 0.36 142.22 0.33 0.48
Hex 52 A3 70 32 0 1F 24 8E 21 30
Octal 122 243 160 62 0 37 44 216 41 60
Binary 1010010 10100011 1110000 110010 0 11111 100100 10001110 100001 110000

Color Harmonies of #52A370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A370

Black with #52A370

Text Example


Text Example

White with #52A370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52A370; }

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

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

background-color css

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

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

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

border-color css

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

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

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