Html Css Color HEX #48903F Fern Green

📋 copy color: '#48903F'

red 72 ◦ green 144 ◦ blue 63

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

Shades of Fern Green #48903F

Tints of Fern Green #48903F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 51.61%

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

R = 25.81%
G = 51.61%
B = 22.58%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.56

 K value IS 0.44

RGB Variations

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

Color information

#48903F (or 0x48903F) is known color: Fern Green. HEX triplet: 48, 90 and 3F. RGB value is (72,144,63). Sum of RGB (Red+Green+Blue) = 72+144+63=279 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.81% from 279); Green value is 144 (56.64% from 255 or 51.61% from 279); Blue value is 63 (25% from 255 or 22.58% from 279); Max value from RGB is 144 - color contains mainly: green. Hex color #48903F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48903F is #B76FC0. Grayscale: #717171. Windows color (decimal): -12021697 or 4165704. OLE color: 4165704.

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

Color convert

RGB 72 144 63 -
CMYK 0.50 0 0.56 0.44
HSL 113.33º 0.39% 0.41% -
HSV(B) 113.33º 0.56% 0.56% -
XYZ 13.54 21.68 8.17 -
YUV 113.24 99.65 98.59 -
System Red Green Blue C M Y K H S L
Decimal 72 144 63 0.50 0 0.56 0.44 113.33 0.39 0.41
Hex 48 90 3F 32 0 38 2C 71 27 29
Octal 110 220 77 62 0 70 54 161 47 51
Binary 1001000 10010000 111111 110010 0 111000 101100 1110001 100111 101001

Color Harmonies of #48903F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48903F

Black with #48903F

Text Example


Text Example

White with #48903F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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