Html Css Color HEX #44540D Verdun Green

📋 copy color: '#44540D'

red 68 ◦ green 84 ◦ blue 13

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

Shades of Verdun Green #44540D

Tints of Verdun Green #44540D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.88%

R = 41.21%
G = 50.91%
B = 7.88%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#44540D (or 0x44540D) is known color: Verdun Green. HEX triplet: 44, 54 and 0D. RGB value is (68,84,13). Sum of RGB (Red+Green+Blue) = 68+84+13=165 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.21% from 165); Green value is 84 (33.20% from 255 or 50.91% from 165); Blue value is 13 (5.47% from 255 or 7.88% from 165); Max value from RGB is 84 - color contains mainly: green. Hex color #44540D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #44540D is #BBABF2. Grayscale: #474747. Windows color (decimal): -12299251 or 873540. OLE color: 873540.

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

Color convert

RGB 68 84 13 -
CMYK 0.19 0 0.85 0.67
HSL 73.52º 0.73% 0.19% -
HSV(B) 73.52º 0.85% 0.33% -
XYZ 5.63 7.6 1.55 -
YUV 71.12 95.2 125.77 -
System Red Green Blue C M Y K H S L
Decimal 68 84 13 0.19 0 0.85 0.67 73.52 0.73 0.19
Hex 44 54 D 13 0 55 43 4A 49 13
Octal 104 124 15 23 0 125 103 112 111 23
Binary 1000100 1010100 1101 10011 0 1010101 1000011 1001010 1001001 10011

Color Harmonies of #44540D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44540D

Black with #44540D

Text Example


Text Example

White with #44540D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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