Html Css Color HEX #444A1D Verdun Green

📋 copy color: '#444A1D'

red 68 ◦ green 74 ◦ blue 29

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

Shades of Verdun Green #444A1D

Tints of Verdun Green #444A1D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 43.27%

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

R = 39.77%
G = 43.27%
B = 16.96%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.61

 K value IS 0.71

RGB Variations

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

Color information

#444A1D (or 0x444A1D) is known color: Verdun Green. HEX triplet: 44, 4A and 1D. RGB value is (68,74,29). Sum of RGB (Red+Green+Blue) = 68+74+29=171 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.77% from 171); Green value is 74 (29.30% from 255 or 43.27% from 171); Blue value is 29 (11.72% from 255 or 16.96% from 171); Max value from RGB is 74 - color contains mainly: green. Hex color #444A1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444A1D is #BBB5E2. Grayscale: #434343. Windows color (decimal): -12301795 or 1919556. OLE color: 1919556.

HSL color Cylindrical-coordinate representation of color #444A1D: hue angle of 68º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #444A1D is Cyan = 0.08, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.71.

Color convert

RGB 68 74 29 -
CMYK 0.08 0 0.61 0.71
HSL 68º 0.44% 0.2% -
HSV(B) 68º 0.61% 0.29% -
XYZ 5.05 6.22 2.1 -
YUV 67.08 106.51 128.66 -
System Red Green Blue C M Y K H S L
Decimal 68 74 29 0.08 0 0.61 0.71 68 0.44 0.2
Hex 44 4A 1D 8 0 3D 47 44 2C 14
Octal 104 112 35 10 0 75 107 104 54 24
Binary 1000100 1001010 11101 1000 0 111101 1000111 1000100 101100 10100

Color Harmonies of #444A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444A1D

Black with #444A1D

Text Example


Text Example

White with #444A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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