Html Css Color HEX #52B362 Fern

📋 copy color: '#52B362'

red 82 ◦ green 179 ◦ blue 98

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

Shades of Fern #52B362

Tints of Fern #52B362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 27.3%

R = 22.84%
G = 49.86%
B = 27.3%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.45

 K value IS 0.30

RGB Variations

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

Color information

#52B362 (or 0x52B362) is known color: Fern. HEX triplet: 52, B3 and 62. RGB value is (82,179,98). Sum of RGB (Red+Green+Blue) = 82+179+98=359 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.84% from 359); Green value is 179 (70.31% from 255 or 49.86% from 359); Blue value is 98 (38.67% from 255 or 27.30% from 359); Max value from RGB is 179 - color contains mainly: green. Hex color #52B362 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B362 is #AD4C9D. Grayscale: #8C8C8C. Windows color (decimal): -11357342 or 6468434. OLE color: 6468434.

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

Color convert

RGB 82 179 98 -
CMYK 0.54 0 0.45 0.30
HSL 129.9º 0.39% 0.51% -
HSV(B) 129.9º 0.54% 0.7% -
XYZ 21.8 34.92 17.15 -
YUV 140.76 103.86 86.09 -
System Red Green Blue C M Y K H S L
Decimal 82 179 98 0.54 0 0.45 0.30 129.9 0.39 0.51
Hex 52 B3 62 36 0 2D 1E 82 27 33
Octal 122 263 142 66 0 55 36 202 47 63
Binary 1010010 10110011 1100010 110110 0 101101 11110 10000010 100111 110011

Color Harmonies of #52B362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B362

Black with #52B362

Text Example


Text Example

White with #52B362

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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