Html Css Color HEX #445804 Verdun Green

📋 copy color: '#445804'

red 68 ◦ green 88 ◦ blue 4

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

Shades of Verdun Green #445804

Tints of Verdun Green #445804

RGB

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

 GREEN value IS 88 (34.77% from 255) = 55%

 BLUE value IS 4 (1.95% from 255) = 2.5%

R = 42.5%
G = 55%
B = 2.5%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.95

 K value IS 0.65

RGB Variations

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

Color information

#445804 (or 0x445804) is known color: Verdun Green. HEX triplet: 44, 58 and 04. RGB value is (68,88,4). Sum of RGB (Red+Green+Blue) = 68+88+4=160 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.5% from 160); Green value is 88 (34.77% from 255 or 55% from 160); Blue value is 4 (1.95% from 255 or 2.5% from 160); Max value from RGB is 88 - color contains mainly: green. Hex color #445804 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445804 is #BBA7FB. Grayscale: #484848. Windows color (decimal): -12298236 or 284740. OLE color: 284740.

HSL color Cylindrical-coordinate representation of color #445804: hue angle of 74.29º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #445804 is Cyan = 0.23, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.65.

Color convert

RGB 68 88 4 -
CMYK 0.23 0 0.95 0.65
HSL 74.29º 0.91% 0.18% -
HSV(B) 74.29º 0.95% 0.35% -
XYZ 5.9 8.22 1.39 -
YUV 72.44 89.37 124.83 -
System Red Green Blue C M Y K H S L
Decimal 68 88 4 0.23 0 0.95 0.65 74.29 0.91 0.18
Hex 44 58 4 17 0 5F 41 4A 5B 12
Octal 104 130 4 27 0 137 101 112 133 22
Binary 1000100 1011000 100 10111 0 1011111 1000001 1001010 1011011 10010

Color Harmonies of #445804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445804

Black with #445804

Text Example


Text Example

White with #445804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445804; }

 p { color: rgb(68,88,4); }

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

background-color css

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

 a { background-color: rgb(68,88,4); }

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

border-color css

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

 span { border-color: rgb(68,88,4); }

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