Html Css Color HEX #445403 Verdun Green

📋 copy color: '#445403'

red 68 ◦ green 84 ◦ blue 3

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

Shades of Verdun Green #445403

Tints of Verdun Green #445403

RGB

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

 GREEN value IS 84 (33.2% from 255) = 54.19%

 BLUE value IS 3 (1.56% from 255) = 1.94%

R = 43.87%
G = 54.19%
B = 1.94%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.96

 K value IS 0.67

RGB Variations

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

Color information

#445403 (or 0x445403) is known color: Verdun Green. HEX triplet: 44, 54 and 03. RGB value is (68,84,3). Sum of RGB (Red+Green+Blue) = 68+84+3=155 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.87% from 155); Green value is 84 (33.20% from 255 or 54.19% from 155); Blue value is 3 (1.56% from 255 or 1.94% from 155); Max value from RGB is 84 - color contains mainly: green. Hex color #445403 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445403 is #BBABFC. Grayscale: #464646. Windows color (decimal): -12299261 or 218180. OLE color: 218180.

HSL color Cylindrical-coordinate representation of color #445403: hue angle of 71.85º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #445403 is Cyan = 0.19, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.67.

Color convert

RGB 68 84 3 -
CMYK 0.19 0 0.96 0.67
HSL 71.85º 0.93% 0.17% -
HSV(B) 71.85º 0.96% 0.33% -
XYZ 5.57 7.58 1.25 -
YUV 69.98 90.2 126.59 -
System Red Green Blue C M Y K H S L
Decimal 68 84 3 0.19 0 0.96 0.67 71.85 0.93 0.17
Hex 44 54 3 13 0 60 43 48 5D 11
Octal 104 124 3 23 0 140 103 110 135 21
Binary 1000100 1010100 11 10011 0 1100000 1000011 1001000 1011101 10001

Color Harmonies of #445403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445403

Black with #445403

Text Example


Text Example

White with #445403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445403; }

 p { color: rgb(68,84,3); }

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

background-color css

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

 a { background-color: rgb(68,84,3); }

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

border-color css

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

 span { border-color: rgb(68,84,3); }

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