Html Css Color HEX #444E1D Verdun Green

📋 copy color: '#444E1D'

red 68 ◦ green 78 ◦ blue 29

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

Shades of Verdun Green #444E1D

Tints of Verdun Green #444E1D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 44.57%

 BLUE value IS 29 (11.72% from 255) = 16.57%

R = 38.86%
G = 44.57%
B = 16.57%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.63

 K value IS 0.69

RGB Variations

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

Color information

#444E1D (or 0x444E1D) is known color: Verdun Green. HEX triplet: 44, 4E and 1D. RGB value is (68,78,29). Sum of RGB (Red+Green+Blue) = 68+78+29=175 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.86% from 175); Green value is 78 (30.86% from 255 or 44.57% from 175); Blue value is 29 (11.72% from 255 or 16.57% from 175); Max value from RGB is 78 - color contains mainly: green. Hex color #444E1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #444E1D is #BBB1E2. Grayscale: #454545. Windows color (decimal): -12300771 or 1920580. OLE color: 1920580.

HSL color Cylindrical-coordinate representation of color #444E1D: hue angle of 72.24º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #444E1D is Cyan = 0.13, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.69.

Color convert

RGB 68 78 29 -
CMYK 0.13 0 0.63 0.69
HSL 72.24º 0.46% 0.21% -
HSV(B) 72.24º 0.63% 0.31% -
XYZ 5.33 6.77 2.19 -
YUV 69.42 105.19 126.98 -
System Red Green Blue C M Y K H S L
Decimal 68 78 29 0.13 0 0.63 0.69 72.24 0.46 0.21
Hex 44 4E 1D D 0 3F 45 48 2E 15
Octal 104 116 35 15 0 77 105 110 56 25
Binary 1000100 1001110 11101 1101 0 111111 1000101 1001000 101110 10101

Color Harmonies of #444E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444E1D

Black with #444E1D

Text Example


Text Example

White with #444E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444E1D; }

 p { color: rgb(68,78,29); }

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

background-color css

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

 a { background-color: rgb(68,78,29); }

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

border-color css

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

 span { border-color: rgb(68,78,29); }

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