Html Css Color HEX #445813 Verdun Green

📋 copy color: '#445813'

red 68 ◦ green 88 ◦ blue 19

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

Shades of Verdun Green #445813

Tints of Verdun Green #445813

RGB

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

 GREEN value IS 88 (34.77% from 255) = 50.29%

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

R = 38.86%
G = 50.29%
B = 10.86%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#445813 (or 0x445813) is known color: Verdun Green. HEX triplet: 44, 58 and 13. RGB value is (68,88,19). Sum of RGB (Red+Green+Blue) = 68+88+19=175 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.86% from 175); Green value is 88 (34.77% from 255 or 50.29% from 175); Blue value is 19 (7.81% from 255 or 10.86% from 175); Max value from RGB is 88 - color contains mainly: green. Hex color #445813 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445813 is #BBA7EC. Grayscale: #4A4A4A. Windows color (decimal): -12298221 or 1267780. OLE color: 1267780.

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

Color convert

RGB 68 88 19 -
CMYK 0.23 0 0.78 0.65
HSL 77.39º 0.64% 0.21% -
HSV(B) 77.39º 0.78% 0.35% -
XYZ 5.99 8.26 1.89 -
YUV 74.15 96.87 123.61 -
System Red Green Blue C M Y K H S L
Decimal 68 88 19 0.23 0 0.78 0.65 77.39 0.64 0.21
Hex 44 58 13 17 0 4E 41 4D 40 15
Octal 104 130 23 27 0 116 101 115 100 25
Binary 1000100 1011000 10011 10111 0 1001110 1000001 1001101 1000000 10101

Color Harmonies of #445813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445813

Black with #445813

Text Example


Text Example

White with #445813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445813; }

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

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

background-color css

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

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

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

border-color css

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

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

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