Html Css Color HEX #444413 Verdun Green

📋 copy color: '#444413'

red 68 ◦ green 68 ◦ blue 19

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

Shades of Verdun Green #444413

Tints of Verdun Green #444413

RGB

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

 GREEN value IS 68 (26.95% from 255) = 43.87%

 BLUE value IS 19 (7.81% from 255) = 12.26%

R = 43.87%
G = 43.87%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.72

 K value IS 0.73

RGB Variations

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

Color information

#444413 (or 0x444413) is known color: Verdun Green. HEX triplet: 44, 44 and 13. RGB value is (68,68,19). Sum of RGB (Red+Green+Blue) = 68+68+19=155 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.87% from 155); Green value is 68 (26.95% from 255 or 43.87% from 155); Blue value is 19 (7.81% from 255 or 12.26% from 155); Max value from RGB is 68 - color contains mainly: red, green. Hex color #444413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444413 is #BBBBEC. Grayscale: #3E3E3E. Windows color (decimal): -12303341 or 1262660. OLE color: 1262660.

HSL color Cylindrical-coordinate representation of color #444413: hue angle of 60º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #444413 is Cyan = 0, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 68 19 -
CMYK 0 0 0.72 0.73
HSL 60º 0.56% 0.17% -
HSV(B) 60º 0.72% 0.27% -
XYZ 4.57 5.41 1.42 -
YUV 62.41 103.5 131.98 -
System Red Green Blue C M Y K H S L
Decimal 68 68 19 0 0 0.72 0.73 60 0.56 0.17
Hex 44 44 13 0 0 48 49 3C 38 11
Octal 104 104 23 0 0 110 111 74 70 21
Binary 1000100 1000100 10011 0 0 1001000 1001001 111100 111000 10001

Color Harmonies of #444413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444413

Black with #444413

Text Example


Text Example

White with #444413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444413; }

 p { color: rgb(68,68,19); }

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

background-color css

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

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

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

border-color css

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

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

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