Html Css Color HEX #444513 Verdun Green

📋 copy color: '#444513'

red 68 ◦ green 69 ◦ blue 19

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

Shades of Verdun Green #444513

Tints of Verdun Green #444513

RGB

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

 GREEN value IS 69 (27.34% from 255) = 44.23%

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

R = 43.59%
G = 44.23%
B = 12.18%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.72

 K value IS 0.73

RGB Variations

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

Color information

#444513 (or 0x444513) is known color: Verdun Green. HEX triplet: 44, 45 and 13. RGB value is (68,69,19). Sum of RGB (Red+Green+Blue) = 68+69+19=156 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.59% from 156); Green value is 69 (27.34% from 255 or 44.23% from 156); Blue value is 19 (7.81% from 255 or 12.18% from 156); Max value from RGB is 69 - color contains mainly: green. Hex color #444513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444513 is #BBBAEC. Grayscale: #3F3F3F. Windows color (decimal): -12303085 or 1262916. OLE color: 1262916.

HSL color Cylindrical-coordinate representation of color #444513: hue angle of 61.2º degrees, saturation: 0.57, 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 #444513 is Cyan = 0.01, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 69 19 -
CMYK 0.01 0 0.72 0.73
HSL 61.2º 0.57% 0.17% -
HSV(B) 61.2º 0.72% 0.27% -
XYZ 4.63 5.53 1.44 -
YUV 63 103.17 131.57 -
System Red Green Blue C M Y K H S L
Decimal 68 69 19 0.01 0 0.72 0.73 61.2 0.57 0.17
Hex 44 45 13 1 0 48 49 3D 39 11
Octal 104 105 23 1 0 110 111 75 71 21
Binary 1000100 1000101 10011 1 0 1001000 1001001 111101 111001 10001

Color Harmonies of #444513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444513

Black with #444513

Text Example


Text Example

White with #444513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444513; }

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

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

background-color css

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

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

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

border-color css

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

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

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