Html Css Color HEX #448D40 Fern Green

📋 copy color: '#448D40'

red 68 ◦ green 141 ◦ blue 64

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

Shades of Fern Green #448D40

Tints of Fern Green #448D40

RGB

 RED value IS 68 (26.95% from 255) = 24.91%

 GREEN value IS 141 (55.47% from 255) = 51.65%

 BLUE value IS 64 (25.39% from 255) = 23.44%

R = 24.91%
G = 51.65%
B = 23.44%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.55

 K value IS 0.45

RGB Variations

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

Color information

#448D40 (or 0x448D40) is known color: Fern Green. HEX triplet: 44, 8D and 40. RGB value is (68,141,64). Sum of RGB (Red+Green+Blue) = 68+141+64=273 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.91% from 273); Green value is 141 (55.47% from 255 or 51.65% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 141 - color contains mainly: green. Hex color #448D40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448D40 is #BB72BF. Grayscale: #6E6E6E. Windows color (decimal): -12284608 or 4230468. OLE color: 4230468.

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

Color convert

RGB 68 141 64 -
CMYK 0.52 0 0.55 0.45
HSL 116.88º 0.38% 0.4% -
HSV(B) 116.88º 0.55% 0.55% -
XYZ 12.83 20.65 8.16 -
YUV 110.4 101.82 97.76 -
System Red Green Blue C M Y K H S L
Decimal 68 141 64 0.52 0 0.55 0.45 116.88 0.38 0.4
Hex 44 8D 40 34 0 37 2D 75 26 28
Octal 104 215 100 64 0 67 55 165 46 50
Binary 1000100 10001101 1000000 110100 0 110111 101101 1110101 100110 101000

Color Harmonies of #448D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448D40

Black with #448D40

Text Example


Text Example

White with #448D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448D40; }

 p { color: rgb(68,141,64); }

 H1.HeaderClassName
 {
   color: #448D40;
 }
 .AnyTagClassName
 {
   color: #448D40;
 }
</style>

background-color css

<style>
 a { background-color: #448D40; }

 a { background-color: rgb(68,141,64); }

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

border-color css

<style>
 span { border-color: #448D40; }

 span { border-color: rgb(68,141,64); }

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