Html Css Color HEX #445419 Verdun Green

📋 copy color: '#445419'

red 68 ◦ green 84 ◦ blue 25

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

Shades of Verdun Green #445419

Tints of Verdun Green #445419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 14.12%

R = 38.42%
G = 47.46%
B = 14.12%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.70

 K value IS 0.67

RGB Variations

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

Color information

#445419 (or 0x445419) is known color: Verdun Green. HEX triplet: 44, 54 and 19. RGB value is (68,84,25). Sum of RGB (Red+Green+Blue) = 68+84+25=177 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.42% from 177); Green value is 84 (33.20% from 255 or 47.46% from 177); Blue value is 25 (10.16% from 255 or 14.12% from 177); Max value from RGB is 84 - color contains mainly: green. Hex color #445419 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445419 is #BBABE6. Grayscale: #484848. Windows color (decimal): -12299239 or 1659972. OLE color: 1659972.

HSL color Cylindrical-coordinate representation of color #445419: hue angle of 76.27º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #445419 is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.67.

Color convert

RGB 68 84 25 -
CMYK 0.19 0 0.70 0.67
HSL 76.27º 0.54% 0.21% -
HSV(B) 76.27º 0.7% 0.33% -
XYZ 5.73 7.64 2.09 -
YUV 72.49 101.2 124.8 -
System Red Green Blue C M Y K H S L
Decimal 68 84 25 0.19 0 0.70 0.67 76.27 0.54 0.21
Hex 44 54 19 13 0 46 43 4C 36 15
Octal 104 124 31 23 0 106 103 114 66 25
Binary 1000100 1010100 11001 10011 0 1000110 1000011 1001100 110110 10101

Color Harmonies of #445419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445419

Black with #445419

Text Example


Text Example

White with #445419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445419; }

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

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

background-color css

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

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

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

border-color css

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

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

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