Html Css Color HEX #52B476 Ocean Green

📋 copy color: '#52B476'

red 82 ◦ green 180 ◦ blue 118

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

Shades of Ocean Green #52B476

Tints of Ocean Green #52B476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 31.05%

R = 21.58%
G = 47.37%
B = 31.05%

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

#52B476 (or 0x52B476) is known color: Ocean Green. HEX triplet: 52, B4 and 76. RGB value is (82,180,118). Sum of RGB (Red+Green+Blue) = 82+180+118=380 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.58% from 380); Green value is 180 (70.70% from 255 or 47.37% from 380); Blue value is 118 (46.48% from 255 or 31.05% from 380); Max value from RGB is 180 - color contains mainly: green. Hex color #52B476 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B476 is #AD4B89. Grayscale: #8F8F8F. Windows color (decimal): -11357066 or 7779410. OLE color: 7779410.

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

Color convert

RGB 82 180 118 -
CMYK 0.54 0 0.34 0.29
HSL 142.04º 0.4% 0.51% -
HSV(B) 142.04º 0.54% 0.71% -
XYZ 23.07 35.74 22.82 -
YUV 143.63 113.53 84.04 -
System Red Green Blue C M Y K H S L
Decimal 82 180 118 0.54 0 0.34 0.29 142.04 0.4 0.51
Hex 52 B4 76 36 0 22 1D 8E 28 33
Octal 122 264 166 66 0 42 35 216 50 63
Binary 1010010 10110100 1110110 110110 0 100010 11101 10001110 101000 110011

Color Harmonies of #52B476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B476

Black with #52B476

Text Example


Text Example

White with #52B476

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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