Html Css Color HEX #446F40 Fern Green

📋 copy color: '#446F40'

red 68 ◦ green 111 ◦ blue 64

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

Shades of Fern Green #446F40

Tints of Fern Green #446F40

RGB

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

 GREEN value IS 111 (43.75% from 255) = 45.68%

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

R = 27.98%
G = 45.68%
B = 26.34%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#446F40 (or 0x446F40) is known color: Fern Green. HEX triplet: 44, 6F and 40. RGB value is (68,111,64). Sum of RGB (Red+Green+Blue) = 68+111+64=243 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.98% from 243); Green value is 111 (43.75% from 255 or 45.68% from 243); Blue value is 64 (25.39% from 255 or 26.34% from 243); Max value from RGB is 111 - color contains mainly: green. Hex color #446F40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446F40 is #BB90BF. Grayscale: #5C5C5C. Windows color (decimal): -12292288 or 4222788. OLE color: 4222788.

HSL color Cylindrical-coordinate representation of color #446F40: hue angle of 114.89º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #446F40 is Cyan = 0.39, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 111 64 -
CMYK 0.39 0 0.42 0.56
HSL 114.89º 0.27% 0.34% -
HSV(B) 114.89º 0.42% 0.44% -
XYZ 8.99 12.97 6.88 -
YUV 92.79 111.75 110.32 -
System Red Green Blue C M Y K H S L
Decimal 68 111 64 0.39 0 0.42 0.56 114.89 0.27 0.34
Hex 44 6F 40 27 0 2A 38 73 1B 22
Octal 104 157 100 47 0 52 70 163 33 42
Binary 1000100 1101111 1000000 100111 0 101010 111000 1110011 11011 100010

Color Harmonies of #446F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446F40

Black with #446F40

Text Example


Text Example

White with #446F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446F40; }

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

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

background-color css

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

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

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

border-color css

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

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

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