Html Css Color HEX #52B477 Ocean Green

📋 copy color: '#52B477'

red 82 ◦ green 180 ◦ blue 119

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

Shades of Ocean Green #52B477

Tints of Ocean Green #52B477

RGB

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

 GREEN value IS 180 (70.7% from 255) = 47.24%

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

R = 21.52%
G = 47.24%
B = 31.23%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#52B477 (or 0x52B477) is known color: Ocean Green. HEX triplet: 52, B4 and 77. RGB value is (82,180,119). Sum of RGB (Red+Green+Blue) = 82+180+119=381 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.52% from 381); Green value is 180 (70.70% from 255 or 47.24% from 381); Blue value is 119 (46.88% from 255 or 31.23% from 381); Max value from RGB is 180 - color contains mainly: green. Hex color #52B477 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B477 is #AD4B88. Grayscale: #8F8F8F. Windows color (decimal): -11357065 or 7844946. OLE color: 7844946.

HSL color Cylindrical-coordinate representation of color #52B477: hue angle of 142.65º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #52B477 is Cyan = 0.54, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB 82 180 119 -
CMYK 0.54 0 0.34 0.29
HSL 142.65º 0.4% 0.51% -
HSV(B) 142.65º 0.54% 0.71% -
XYZ 23.13 35.77 23.14 -
YUV 143.74 114.03 83.96 -
System Red Green Blue C M Y K H S L
Decimal 82 180 119 0.54 0 0.34 0.29 142.65 0.4 0.51
Hex 52 B4 77 36 0 22 1D 8F 28 33
Octal 122 264 167 66 0 42 35 217 50 63
Binary 1010010 10110100 1110111 110110 0 100010 11101 10001111 101000 110011

Color Harmonies of #52B477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B477

Black with #52B477

Text Example


Text Example

White with #52B477

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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