Html Css Color HEX #52B379 Ocean Green

📋 copy color: '#52B379'

red 82 ◦ green 179 ◦ blue 121

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

Shades of Ocean Green #52B379

Tints of Ocean Green #52B379

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.86%

 BLUE value IS 121 (47.66% from 255) = 31.68%

R = 21.47%
G = 46.86%
B = 31.68%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#52B379 (or 0x52B379) is known color: Ocean Green. HEX triplet: 52, B3 and 79. RGB value is (82,179,121). Sum of RGB (Red+Green+Blue) = 82+179+121=382 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.47% from 382); Green value is 179 (70.31% from 255 or 46.86% from 382); Blue value is 121 (47.66% from 255 or 31.68% from 382); Max value from RGB is 179 - color contains mainly: green. Hex color #52B379 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B379 is #AD4C86. Grayscale: #8F8F8F. Windows color (decimal): -11357319 or 7975762. OLE color: 7975762.

HSL color Cylindrical-coordinate representation of color #52B379: hue angle of 144.12º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #52B379 is Cyan = 0.54, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB 82 179 121 -
CMYK 0.54 0 0.32 0.30
HSL 144.12º 0.39% 0.51% -
HSV(B) 144.12º 0.54% 0.7% -
XYZ 23.05 35.41 23.71 -
YUV 143.39 115.36 84.22 -
System Red Green Blue C M Y K H S L
Decimal 82 179 121 0.54 0 0.32 0.30 144.12 0.39 0.51
Hex 52 B3 79 36 0 20 1E 90 27 33
Octal 122 263 171 66 0 40 36 220 47 63
Binary 1010010 10110011 1111001 110110 0 100000 11110 10010000 100111 110011

Color Harmonies of #52B379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B379

Black with #52B379

Text Example


Text Example

White with #52B379

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,179,121); }

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

background-color css

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

 a { background-color: rgb(82,179,121); }

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

border-color css

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

 span { border-color: rgb(82,179,121); }

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