Html Css Color HEX #445505 Verdun Green

📋 copy color: '#445505'

red 68 ◦ green 85 ◦ blue 5

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

Shades of Verdun Green #445505

Tints of Verdun Green #445505

RGB

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

 GREEN value IS 85 (33.59% from 255) = 53.8%

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

R = 43.04%
G = 53.8%
B = 3.16%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#445505 (or 0x445505) is known color: Verdun Green. HEX triplet: 44, 55 and 05. RGB value is (68,85,5). Sum of RGB (Red+Green+Blue) = 68+85+5=158 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.04% from 158); Green value is 85 (33.59% from 255 or 53.80% from 158); Blue value is 5 (2.34% from 255 or 3.16% from 158); Max value from RGB is 85 - color contains mainly: green. Hex color #445505 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445505 is #BBAAFA. Grayscale: #474747. Windows color (decimal): -12299003 or 349508. OLE color: 349508.

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

Color convert

RGB 68 85 5 -
CMYK 0.20 0 0.94 0.67
HSL 72.75º 0.89% 0.18% -
HSV(B) 72.75º 0.94% 0.33% -
XYZ 5.66 7.74 1.34 -
YUV 70.8 90.87 126 -
System Red Green Blue C M Y K H S L
Decimal 68 85 5 0.20 0 0.94 0.67 72.75 0.89 0.18
Hex 44 55 5 14 0 5E 43 49 59 12
Octal 104 125 5 24 0 136 103 111 131 22
Binary 1000100 1010101 101 10100 0 1011110 1000011 1001001 1011001 10010

Color Harmonies of #445505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445505

Black with #445505

Text Example


Text Example

White with #445505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445505; }

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

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

background-color css

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

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

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

border-color css

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

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

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