Html Css Color HEX #445406 Verdun Green

📋 copy color: '#445406'

red 68 ◦ green 84 ◦ blue 6

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

Shades of Verdun Green #445406

Tints of Verdun Green #445406

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.8%

R = 43.04%
G = 53.16%
B = 3.8%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.93

 K value IS 0.67

RGB Variations

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

Color information

#445406 (or 0x445406) is known color: Verdun Green. HEX triplet: 44, 54 and 06. RGB value is (68,84,6). Sum of RGB (Red+Green+Blue) = 68+84+6=158 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.04% from 158); Green value is 84 (33.20% from 255 or 53.16% from 158); Blue value is 6 (2.73% from 255 or 3.80% from 158); Max value from RGB is 84 - color contains mainly: green. Hex color #445406 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445406 is #BBABF9. Grayscale: #464646. Windows color (decimal): -12299258 or 414788. OLE color: 414788.

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

Color convert

RGB 68 84 6 -
CMYK 0.19 0 0.93 0.67
HSL 72.31º 0.87% 0.18% -
HSV(B) 72.31º 0.93% 0.33% -
XYZ 5.59 7.58 1.34 -
YUV 70.32 91.7 126.34 -
System Red Green Blue C M Y K H S L
Decimal 68 84 6 0.19 0 0.93 0.67 72.31 0.87 0.18
Hex 44 54 6 13 0 5D 43 48 57 12
Octal 104 124 6 23 0 135 103 110 127 22
Binary 1000100 1010100 110 10011 0 1011101 1000011 1001000 1010111 10010

Color Harmonies of #445406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445406

Black with #445406

Text Example


Text Example

White with #445406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445406; }

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

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

background-color css

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

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

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

border-color css

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

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

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