Html Css Color HEX #44470E Verdun Green

📋 copy color: '#44470E'

red 68 ◦ green 71 ◦ blue 14

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

Shades of Verdun Green #44470E

Tints of Verdun Green #44470E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 46.41%

 BLUE value IS 14 (5.86% from 255) = 9.15%

R = 44.44%
G = 46.41%
B = 9.15%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.80

 K value IS 0.72

RGB Variations

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

Color information

#44470E (or 0x44470E) is known color: Verdun Green. HEX triplet: 44, 47 and 0E. RGB value is (68,71,14). Sum of RGB (Red+Green+Blue) = 68+71+14=153 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.44% from 153); Green value is 71 (28.12% from 255 or 46.41% from 153); Blue value is 14 (5.86% from 255 or 9.15% from 153); Max value from RGB is 71 - color contains mainly: green. Hex color #44470E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #44470E is #BBB8F1. Grayscale: #3F3F3F. Windows color (decimal): -12302578 or 935748. OLE color: 935748.

HSL color Cylindrical-coordinate representation of color #44470E: hue angle of 63.16º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #44470E is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.72.

Color convert

RGB 68 71 14 -
CMYK 0.04 0 0.80 0.72
HSL 63.16º 0.67% 0.17% -
HSV(B) 63.16º 0.8% 0.28% -
XYZ 4.72 5.77 1.28 -
YUV 63.61 100.01 131.13 -
System Red Green Blue C M Y K H S L
Decimal 68 71 14 0.04 0 0.80 0.72 63.16 0.67 0.17
Hex 44 47 E 4 0 50 48 3F 43 11
Octal 104 107 16 4 0 120 110 77 103 21
Binary 1000100 1000111 1110 100 0 1010000 1001000 111111 1000011 10001

Color Harmonies of #44470E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44470E

Black with #44470E

Text Example


Text Example

White with #44470E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44470E; }

 p { color: rgb(68,71,14); }

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

background-color css

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

 a { background-color: rgb(68,71,14); }

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

border-color css

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

 span { border-color: rgb(68,71,14); }

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