Html Css Color HEX #445319 Verdun Green

📋 copy color: '#445319'

red 68 ◦ green 83 ◦ blue 25

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

Shades of Verdun Green #445319

Tints of Verdun Green #445319

RGB

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

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

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

R = 38.64%
G = 47.16%
B = 14.2%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.70

 K value IS 0.67

RGB Variations

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

Color information

#445319 (or 0x445319) is known color: Verdun Green. HEX triplet: 44, 53 and 19. RGB value is (68,83,25). Sum of RGB (Red+Green+Blue) = 68+83+25=176 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.64% from 176); Green value is 83 (32.81% from 255 or 47.16% from 176); Blue value is 25 (10.16% from 255 or 14.20% from 176); Max value from RGB is 83 - color contains mainly: green. Hex color #445319 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445319 is #BBACE6. Grayscale: #484848. Windows color (decimal): -12299495 or 1659716. OLE color: 1659716.

HSL color Cylindrical-coordinate representation of color #445319: hue angle of 75.52º 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 #445319 is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.67.

Color convert

RGB 68 83 25 -
CMYK 0.18 0 0.70 0.67
HSL 75.52º 0.54% 0.21% -
HSV(B) 75.52º 0.7% 0.33% -
XYZ 5.65 7.49 2.07 -
YUV 71.9 101.53 125.22 -
System Red Green Blue C M Y K H S L
Decimal 68 83 25 0.18 0 0.70 0.67 75.52 0.54 0.21
Hex 44 53 19 12 0 46 43 4C 36 15
Octal 104 123 31 22 0 106 103 114 66 25
Binary 1000100 1010011 11001 10010 0 1000110 1000011 1001100 110110 10101

Color Harmonies of #445319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445319

Black with #445319

Text Example


Text Example

White with #445319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445319; }

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

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

background-color css

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

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

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

border-color css

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

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

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