Html Css Color HEX #448142 Fern Green

📋 copy color: '#448142'

red 68 ◦ green 129 ◦ blue 66

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

Shades of Fern Green #448142

Tints of Fern Green #448142

RGB

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

 GREEN value IS 129 (50.78% from 255) = 49.05%

 BLUE value IS 66 (26.17% from 255) = 25.1%

R = 25.86%
G = 49.05%
B = 25.1%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#448142 (or 0x448142) is known color: Fern Green. HEX triplet: 44, 81 and 42. RGB value is (68,129,66). Sum of RGB (Red+Green+Blue) = 68+129+66=263 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.86% from 263); Green value is 129 (50.78% from 255 or 49.05% from 263); Blue value is 66 (26.17% from 255 or 25.10% from 263); Max value from RGB is 129 - color contains mainly: green. Hex color #448142 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448142 is #BB7EBD. Grayscale: #676767. Windows color (decimal): -12287678 or 4358468. OLE color: 4358468.

HSL color Cylindrical-coordinate representation of color #448142: hue angle of 118.1º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #448142 is Cyan = 0.47, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.49.

Color convert

RGB 68 129 66 -
CMYK 0.47 0 0.49 0.49
HSL 118.1º 0.32% 0.38% -
HSV(B) 118.1º 0.49% 0.51% -
XYZ 11.22 17.32 7.91 -
YUV 103.58 106.79 102.62 -
System Red Green Blue C M Y K H S L
Decimal 68 129 66 0.47 0 0.49 0.49 118.1 0.32 0.38
Hex 44 81 42 2F 0 31 31 76 20 26
Octal 104 201 102 57 0 61 61 166 40 46
Binary 1000100 10000001 1000010 101111 0 110001 110001 1110110 100000 100110

Color Harmonies of #448142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448142

Black with #448142

Text Example


Text Example

White with #448142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448142; }

 p { color: rgb(68,129,66); }

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

background-color css

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

 a { background-color: rgb(68,129,66); }

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

border-color css

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

 span { border-color: rgb(68,129,66); }

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