Html Css Color HEX #52B472 Ocean Green

📋 copy color: '#52B472'

red 82 ◦ green 180 ◦ blue 114

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

Shades of Ocean Green #52B472

Tints of Ocean Green #52B472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.32%

R = 21.81%
G = 47.87%
B = 30.32%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#52B472 (or 0x52B472) is known color: Ocean Green. HEX triplet: 52, B4 and 72. RGB value is (82,180,114). Sum of RGB (Red+Green+Blue) = 82+180+114=376 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.81% from 376); Green value is 180 (70.70% from 255 or 47.87% from 376); Blue value is 114 (44.92% from 255 or 30.32% from 376); Max value from RGB is 180 - color contains mainly: green. Hex color #52B472 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B472 is #AD4B8D. Grayscale: #8F8F8F. Windows color (decimal): -11357070 or 7517266. OLE color: 7517266.

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

Color convert

RGB 82 180 114 -
CMYK 0.54 0 0.37 0.29
HSL 139.59º 0.4% 0.51% -
HSV(B) 139.59º 0.54% 0.71% -
XYZ 22.84 35.65 21.6 -
YUV 143.17 111.53 84.37 -
System Red Green Blue C M Y K H S L
Decimal 82 180 114 0.54 0 0.37 0.29 139.59 0.4 0.51
Hex 52 B4 72 36 0 25 1D 8C 28 33
Octal 122 264 162 66 0 45 35 214 50 63
Binary 1010010 10110100 1110010 110110 0 100101 11101 10001100 101000 110011

Color Harmonies of #52B472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B472

Black with #52B472

Text Example


Text Example

White with #52B472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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