Html Css Color HEX #445405 Verdun Green

📋 copy color: '#445405'

red 68 ◦ green 84 ◦ blue 5

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

Shades of Verdun Green #445405

Tints of Verdun Green #445405

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.18%

R = 43.31%
G = 53.5%
B = 3.18%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#445405 (or 0x445405) is known color: Verdun Green. HEX triplet: 44, 54 and 05. RGB value is (68,84,5). Sum of RGB (Red+Green+Blue) = 68+84+5=157 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.31% from 157); Green value is 84 (33.20% from 255 or 53.50% from 157); Blue value is 5 (2.34% from 255 or 3.18% from 157); Max value from RGB is 84 - color contains mainly: green. Hex color #445405 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445405 is #BBABFA. Grayscale: #464646. Windows color (decimal): -12299259 or 349252. OLE color: 349252.

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

Color convert

RGB 68 84 5 -
CMYK 0.19 0 0.94 0.67
HSL 72.15º 0.89% 0.17% -
HSV(B) 72.15º 0.94% 0.33% -
XYZ 5.58 7.58 1.31 -
YUV 70.21 91.2 126.42 -
System Red Green Blue C M Y K H S L
Decimal 68 84 5 0.19 0 0.94 0.67 72.15 0.89 0.17
Hex 44 54 5 13 0 5E 43 48 59 11
Octal 104 124 5 23 0 136 103 110 131 21
Binary 1000100 1010100 101 10011 0 1011110 1000011 1001000 1011001 10001

Color Harmonies of #445405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445405

Black with #445405

Text Example


Text Example

White with #445405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445405; }

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

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

background-color css

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

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

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

border-color css

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

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

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