Html Css Color HEX #48703F Fern Green

📋 copy color: '#48703F'

red 72 ◦ green 112 ◦ blue 63

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

Shades of Fern Green #48703F

Tints of Fern Green #48703F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 45.34%

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

R = 29.15%
G = 45.34%
B = 25.51%

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

#48703F (or 0x48703F) is known color: Fern Green. HEX triplet: 48, 70 and 3F. RGB value is (72,112,63). Sum of RGB (Red+Green+Blue) = 72+112+63=247 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.15% from 247); Green value is 112 (44.14% from 255 or 45.34% from 247); Blue value is 63 (25% from 255 or 25.51% from 247); Max value from RGB is 112 - color contains mainly: green. Hex color #48703F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48703F is #B78FC0. Grayscale: #5E5E5E. Windows color (decimal): -12029889 or 4157512. OLE color: 4157512.

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

Color convert

RGB 72 112 63 -
CMYK 0.36 0 0.44 0.56
HSL 108.98º 0.28% 0.34% -
HSV(B) 108.98º 0.44% 0.44% -
XYZ 9.36 13.32 6.78 -
YUV 94.45 110.25 111.98 -
System Red Green Blue C M Y K H S L
Decimal 72 112 63 0.36 0 0.44 0.56 108.98 0.28 0.34
Hex 48 70 3F 24 0 2C 38 6D 1C 22
Octal 110 160 77 44 0 54 70 155 34 42
Binary 1001000 1110000 111111 100100 0 101100 111000 1101101 11100 100010

Color Harmonies of #48703F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48703F

Black with #48703F

Text Example


Text Example

White with #48703F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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