Html Css Color HEX #448441 Fern Green

📋 copy color: '#448441'

red 68 ◦ green 132 ◦ blue 65

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

Shades of Fern Green #448441

Tints of Fern Green #448441

RGB

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

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

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

R = 25.66%
G = 49.81%
B = 24.53%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#448441 (or 0x448441) is known color: Fern Green. HEX triplet: 44, 84 and 41. RGB value is (68,132,65). Sum of RGB (Red+Green+Blue) = 68+132+65=265 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.66% from 265); Green value is 132 (51.95% from 255 or 49.81% from 265); Blue value is 65 (25.78% from 255 or 24.53% from 265); Max value from RGB is 132 - color contains mainly: green. Hex color #448441 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448441 is #BB7BBE. Grayscale: #696969. Windows color (decimal): -12286911 or 4293700. OLE color: 4293700.

HSL color Cylindrical-coordinate representation of color #448441: hue angle of 117.31º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #448441 is Cyan = 0.48, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.48.

Color convert

RGB 68 132 65 -
CMYK 0.48 0 0.51 0.48
HSL 117.31º 0.34% 0.39% -
HSV(B) 117.31º 0.51% 0.52% -
XYZ 11.59 18.11 7.89 -
YUV 105.23 105.3 101.45 -
System Red Green Blue C M Y K H S L
Decimal 68 132 65 0.48 0 0.51 0.48 117.31 0.34 0.39
Hex 44 84 41 30 0 33 30 75 22 27
Octal 104 204 101 60 0 63 60 165 42 47
Binary 1000100 10000100 1000001 110000 0 110011 110000 1110101 100010 100111

Color Harmonies of #448441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448441

Black with #448441

Text Example


Text Example

White with #448441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448441; }

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

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

background-color css

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

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

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

border-color css

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

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

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