Html Css Color HEX #445713 Verdun Green

📋 copy color: '#445713'

red 68 ◦ green 87 ◦ blue 19

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

Shades of Verdun Green #445713

Tints of Verdun Green #445713

RGB

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

 GREEN value IS 87 (34.38% from 255) = 50%

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

R = 39.08%
G = 50%
B = 10.92%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#445713 (or 0x445713) is known color: Verdun Green. HEX triplet: 44, 57 and 13. RGB value is (68,87,19). Sum of RGB (Red+Green+Blue) = 68+87+19=174 (23% of max value = 765). Red value is 68 (26.95% from 255 or 39.08% from 174); Green value is 87 (34.38% from 255 or 50% from 174); Blue value is 19 (7.81% from 255 or 10.92% from 174); Max value from RGB is 87 - color contains mainly: green. Hex color #445713 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445713 is #BBA8EC. Grayscale: #494949. Windows color (decimal): -12298477 or 1267524. OLE color: 1267524.

HSL color Cylindrical-coordinate representation of color #445713: hue angle of 76.76º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #445713 is Cyan = 0.22, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB 68 87 19 -
CMYK 0.22 0 0.78 0.66
HSL 76.76º 0.64% 0.21% -
HSV(B) 76.76º 0.78% 0.34% -
XYZ 5.91 8.09 1.87 -
YUV 73.57 97.21 124.03 -
System Red Green Blue C M Y K H S L
Decimal 68 87 19 0.22 0 0.78 0.66 76.76 0.64 0.21
Hex 44 57 13 16 0 4E 42 4D 40 15
Octal 104 127 23 26 0 116 102 115 100 25
Binary 1000100 1010111 10011 10110 0 1001110 1000010 1001101 1000000 10101

Color Harmonies of #445713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445713

Black with #445713

Text Example


Text Example

White with #445713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445713; }

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

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

background-color css

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

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

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

border-color css

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

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

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