Html Css Color HEX #448A41 Fern Green

📋 copy color: '#448A41'

red 68 ◦ green 138 ◦ blue 65

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

Shades of Fern Green #448A41

Tints of Fern Green #448A41

RGB

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

 GREEN value IS 138 (54.3% from 255) = 50.92%

 BLUE value IS 65 (25.78% from 255) = 23.99%

R = 25.09%
G = 50.92%
B = 23.99%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.53

 K value IS 0.46

RGB Variations

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

Color information

#448A41 (or 0x448A41) is known color: Fern Green. HEX triplet: 44, 8A and 41. RGB value is (68,138,65). Sum of RGB (Red+Green+Blue) = 68+138+65=271 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.09% from 271); Green value is 138 (54.30% from 255 or 50.92% from 271); Blue value is 65 (25.78% from 255 or 23.99% from 271); Max value from RGB is 138 - color contains mainly: green. Hex color #448A41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448A41 is #BB75BE. Grayscale: #6C6C6C. Windows color (decimal): -12285375 or 4295236. OLE color: 4295236.

HSL color Cylindrical-coordinate representation of color #448A41: hue angle of 117.53º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #448A41 is Cyan = 0.51, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.46.

Color convert

RGB 68 138 65 -
CMYK 0.51 0 0.53 0.46
HSL 117.53º 0.36% 0.4% -
HSV(B) 117.53º 0.53% 0.54% -
XYZ 12.43 19.79 8.17 -
YUV 108.75 103.31 98.94 -
System Red Green Blue C M Y K H S L
Decimal 68 138 65 0.51 0 0.53 0.46 117.53 0.36 0.4
Hex 44 8A 41 33 0 35 2E 76 24 28
Octal 104 212 101 63 0 65 56 166 44 50
Binary 1000100 10001010 1000001 110011 0 110101 101110 1110110 100100 101000

Color Harmonies of #448A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448A41

Black with #448A41

Text Example


Text Example

White with #448A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,138,65); }

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

background-color css

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

 a { background-color: rgb(68,138,65); }

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

border-color css

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

 span { border-color: rgb(68,138,65); }

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