Html Css Color HEX #48843F Fern Green

📋 copy color: '#48843F'

red 72 ◦ green 132 ◦ blue 63

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

Shades of Fern Green #48843F

Tints of Fern Green #48843F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 49.44%

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

R = 26.97%
G = 49.44%
B = 23.6%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#48843F (or 0x48843F) is known color: Fern Green. HEX triplet: 48, 84 and 3F. RGB value is (72,132,63). Sum of RGB (Red+Green+Blue) = 72+132+63=267 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.97% from 267); Green value is 132 (51.95% from 255 or 49.44% from 267); Blue value is 63 (25% from 255 or 23.60% from 267); Max value from RGB is 132 - color contains mainly: green. Hex color #48843F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48843F is #B77BC0. Grayscale: #6A6A6A. Windows color (decimal): -12024769 or 4162632. OLE color: 4162632.

HSL color Cylindrical-coordinate representation of color #48843F: hue angle of 112.17º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #48843F is Cyan = 0.45, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB 72 132 63 -
CMYK 0.45 0 0.52 0.48
HSL 112.17º 0.35% 0.38% -
HSV(B) 112.17º 0.52% 0.52% -
XYZ 11.82 18.24 7.6 -
YUV 106.19 103.62 103.61 -
System Red Green Blue C M Y K H S L
Decimal 72 132 63 0.45 0 0.52 0.48 112.17 0.35 0.38
Hex 48 84 3F 2D 0 34 30 70 23 26
Octal 110 204 77 55 0 64 60 160 43 46
Binary 1001000 10000100 111111 101101 0 110100 110000 1110000 100011 100110

Color Harmonies of #48843F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48843F

Black with #48843F

Text Example


Text Example

White with #48843F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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