Html Css Color HEX #52B377 Ocean Green

📋 copy color: '#52B377'

red 82 ◦ green 179 ◦ blue 119

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

Shades of Ocean Green #52B377

Tints of Ocean Green #52B377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 31.32%

R = 21.58%
G = 47.11%
B = 31.32%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#52B377 (or 0x52B377) is known color: Ocean Green. HEX triplet: 52, B3 and 77. RGB value is (82,179,119). Sum of RGB (Red+Green+Blue) = 82+179+119=380 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.58% from 380); Green value is 179 (70.31% from 255 or 47.11% from 380); Blue value is 119 (46.88% from 255 or 31.32% from 380); Max value from RGB is 179 - color contains mainly: green. Hex color #52B377 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B377 is #AD4C88. Grayscale: #8F8F8F. Windows color (decimal): -11357321 or 7844690. OLE color: 7844690.

HSL color Cylindrical-coordinate representation of color #52B377: hue angle of 142.89º 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 #52B377 is Cyan = 0.54, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB 82 179 119 -
CMYK 0.54 0 0.34 0.30
HSL 142.89º 0.39% 0.51% -
HSV(B) 142.89º 0.54% 0.7% -
XYZ 22.93 35.37 23.07 -
YUV 143.16 114.36 84.38 -
System Red Green Blue C M Y K H S L
Decimal 82 179 119 0.54 0 0.34 0.30 142.89 0.39 0.51
Hex 52 B3 77 36 0 22 1E 8F 27 33
Octal 122 263 167 66 0 42 36 217 47 63
Binary 1010010 10110011 1110111 110110 0 100010 11110 10001111 100111 110011

Color Harmonies of #52B377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B377

Black with #52B377

Text Example


Text Example

White with #52B377

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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