Html Css Color HEX #52763F Fern Green

📋 copy color: '#52763F'

red 82 ◦ green 118 ◦ blue 63

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

Shades of Fern Green #52763F

Tints of Fern Green #52763F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 44.87%

 BLUE value IS 63 (25% from 255) = 23.95%

R = 31.18%
G = 44.87%
B = 23.95%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#52763F (or 0x52763F) is known color: Fern Green. HEX triplet: 52, 76 and 3F. RGB value is (82,118,63). Sum of RGB (Red+Green+Blue) = 82+118+63=263 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.18% from 263); Green value is 118 (46.48% from 255 or 44.87% from 263); Blue value is 63 (25% from 255 or 23.95% from 263); Max value from RGB is 118 - color contains mainly: green. Hex color #52763F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52763F is #AD89C0. Grayscale: #656565. Windows color (decimal): -11372993 or 4159058. OLE color: 4159058.

HSL color Cylindrical-coordinate representation of color #52763F: hue angle of 99.27º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #52763F is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB 82 118 63 -
CMYK 0.31 0 0.47 0.54
HSL 99.27º 0.3% 0.35% -
HSV(B) 99.27º 0.47% 0.46% -
XYZ 10.86 15.11 7.05 -
YUV 100.97 106.57 114.47 -
System Red Green Blue C M Y K H S L
Decimal 82 118 63 0.31 0 0.47 0.54 99.27 0.3 0.35
Hex 52 76 3F 1F 0 2F 36 63 1E 23
Octal 122 166 77 37 0 57 66 143 36 43
Binary 1010010 1110110 111111 11111 0 101111 110110 1100011 11110 100011

Color Harmonies of #52763F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52763F

Black with #52763F

Text Example


Text Example

White with #52763F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52763F; }

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

 H1.HeaderClassName
 {
   color: #52763F;
 }
 .AnyTagClassName
 {
   color: #52763F;
 }
</style>

background-color css

<style>
 a { background-color: #52763F; }

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

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

border-color css

<style>
 span { border-color: #52763F; }

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

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