Html Css Color HEX #444613 Verdun Green

📋 copy color: '#444613'

red 68 ◦ green 70 ◦ blue 19

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

Shades of Verdun Green #444613

Tints of Verdun Green #444613

RGB

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

 GREEN value IS 70 (27.73% from 255) = 44.59%

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

R = 43.31%
G = 44.59%
B = 12.1%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.73

 K value IS 0.73

RGB Variations

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

Color information

#444613 (or 0x444613) is known color: Verdun Green. HEX triplet: 44, 46 and 13. RGB value is (68,70,19). Sum of RGB (Red+Green+Blue) = 68+70+19=157 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.31% from 157); Green value is 70 (27.73% from 255 or 44.59% from 157); Blue value is 19 (7.81% from 255 or 12.10% from 157); Max value from RGB is 70 - color contains mainly: green. Hex color #444613 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444613 is #BBB9EC. Grayscale: #3F3F3F. Windows color (decimal): -12302829 or 1263172. OLE color: 1263172.

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

Color convert

RGB 68 70 19 -
CMYK 0.03 0 0.73 0.73
HSL 62.35º 0.57% 0.17% -
HSV(B) 62.35º 0.73% 0.27% -
XYZ 4.69 5.66 1.46 -
YUV 63.59 102.84 131.15 -
System Red Green Blue C M Y K H S L
Decimal 68 70 19 0.03 0 0.73 0.73 62.35 0.57 0.17
Hex 44 46 13 3 0 49 49 3E 39 11
Octal 104 106 23 3 0 111 111 76 71 21
Binary 1000100 1000110 10011 11 0 1001001 1001001 111110 111001 10001

Color Harmonies of #444613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444613

Black with #444613

Text Example


Text Example

White with #444613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444613; }

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

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

background-color css

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

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

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

border-color css

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

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

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