Html Css Color HEX #445313 Verdun Green

📋 copy color: '#445313'

red 68 ◦ green 83 ◦ blue 19

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

Shades of Verdun Green #445313

Tints of Verdun Green #445313

RGB

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

 GREEN value IS 83 (32.81% from 255) = 48.82%

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

R = 40%
G = 48.82%
B = 11.18%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#445313 (or 0x445313) is known color: Verdun Green. HEX triplet: 44, 53 and 13. RGB value is (68,83,19). Sum of RGB (Red+Green+Blue) = 68+83+19=170 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40% from 170); Green value is 83 (32.81% from 255 or 48.82% from 170); Blue value is 19 (7.81% from 255 or 11.18% from 170); Max value from RGB is 83 - color contains mainly: green. Hex color #445313 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445313 is #BBACEC. Grayscale: #474747. Windows color (decimal): -12299501 or 1266500. OLE color: 1266500.

HSL color Cylindrical-coordinate representation of color #445313: hue angle of 74.06º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #445313 is Cyan = 0.18, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.67.

Color convert

RGB 68 83 19 -
CMYK 0.18 0 0.77 0.67
HSL 74.06º 0.63% 0.2% -
HSV(B) 74.06º 0.77% 0.33% -
XYZ 5.59 7.46 1.76 -
YUV 71.22 98.53 125.7 -
System Red Green Blue C M Y K H S L
Decimal 68 83 19 0.18 0 0.77 0.67 74.06 0.63 0.2
Hex 44 53 13 12 0 4D 43 4A 3F 14
Octal 104 123 23 22 0 115 103 112 77 24
Binary 1000100 1010011 10011 10010 0 1001101 1000011 1001010 111111 10100

Color Harmonies of #445313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445313

Black with #445313

Text Example


Text Example

White with #445313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445313; }

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

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

background-color css

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

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

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

border-color css

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

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

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