Html Css Color HEX #48713F Fern Green

📋 copy color: '#48713F'

red 72 ◦ green 113 ◦ blue 63

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

Shades of Fern Green #48713F

Tints of Fern Green #48713F

RGB

 RED value IS 72 (28.52% from 255) = 29.03%

 GREEN value IS 113 (44.53% from 255) = 45.56%

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

R = 29.03%
G = 45.56%
B = 25.4%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#48713F (or 0x48713F) is known color: Fern Green. HEX triplet: 48, 71 and 3F. RGB value is (72,113,63). Sum of RGB (Red+Green+Blue) = 72+113+63=248 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.03% from 248); Green value is 113 (44.53% from 255 or 45.56% from 248); Blue value is 63 (25% from 255 or 25.40% from 248); Max value from RGB is 113 - color contains mainly: green. Hex color #48713F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48713F is #B78EC0. Grayscale: #5F5F5F. Windows color (decimal): -12029633 or 4157768. OLE color: 4157768.

HSL color Cylindrical-coordinate representation of color #48713F: hue angle of 109.2º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #48713F is Cyan = 0.36, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 113 63 -
CMYK 0.36 0 0.44 0.56
HSL 109.2º 0.28% 0.35% -
HSV(B) 109.2º 0.44% 0.44% -
XYZ 9.47 13.55 6.82 -
YUV 95.04 109.92 111.57 -
System Red Green Blue C M Y K H S L
Decimal 72 113 63 0.36 0 0.44 0.56 109.2 0.28 0.35
Hex 48 71 3F 24 0 2C 38 6D 1C 23
Octal 110 161 77 44 0 54 70 155 34 43
Binary 1001000 1110001 111111 100100 0 101100 111000 1101101 11100 100011

Color Harmonies of #48713F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48713F

Black with #48713F

Text Example


Text Example

White with #48713F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,113,63); }

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

background-color css

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

 a { background-color: rgb(72,113,63); }

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

border-color css

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

 span { border-color: rgb(72,113,63); }

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