Html Css Color HEX #44540E Verdun Green

📋 copy color: '#44540E'

red 68 ◦ green 84 ◦ blue 14

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

Shades of Verdun Green #44540E

Tints of Verdun Green #44540E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 50.6%

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

R = 40.96%
G = 50.6%
B = 8.43%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.83

 K value IS 0.67

RGB Variations

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

Color information

#44540E (or 0x44540E) is known color: Verdun Green. HEX triplet: 44, 54 and 0E. RGB value is (68,84,14). Sum of RGB (Red+Green+Blue) = 68+84+14=166 (21% of max value = 765). Red value is 68 (26.95% from 255 or 40.96% from 166); Green value is 84 (33.20% from 255 or 50.60% from 166); Blue value is 14 (5.86% from 255 or 8.43% from 166); Max value from RGB is 84 - color contains mainly: green. Hex color #44540E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #44540E is #BBABF1. Grayscale: #474747. Windows color (decimal): -12299250 or 939076. OLE color: 939076.

HSL color Cylindrical-coordinate representation of color #44540E: hue angle of 73.71º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #44540E is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.67.

Color convert

RGB 68 84 14 -
CMYK 0.19 0 0.83 0.67
HSL 73.71º 0.71% 0.19% -
HSV(B) 73.71º 0.83% 0.33% -
XYZ 5.63 7.6 1.59 -
YUV 71.24 95.7 125.69 -
System Red Green Blue C M Y K H S L
Decimal 68 84 14 0.19 0 0.83 0.67 73.71 0.71 0.19
Hex 44 54 E 13 0 53 43 4A 47 13
Octal 104 124 16 23 0 123 103 112 107 23
Binary 1000100 1010100 1110 10011 0 1010011 1000011 1001010 1000111 10011

Color Harmonies of #44540E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44540E

Black with #44540E

Text Example


Text Example

White with #44540E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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