Html Css Color HEX #445515 Verdun Green

📋 copy color: '#445515'

red 68 ◦ green 85 ◦ blue 21

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

Shades of Verdun Green #445515

Tints of Verdun Green #445515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 12.07%

R = 39.08%
G = 48.85%
B = 12.07%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#445515 (or 0x445515) is known color: Verdun Green. HEX triplet: 44, 55 and 15. RGB value is (68,85,21). Sum of RGB (Red+Green+Blue) = 68+85+21=174 (23% of max value = 765). Red value is 68 (26.95% from 255 or 39.08% from 174); Green value is 85 (33.59% from 255 or 48.85% from 174); Blue value is 21 (8.59% from 255 or 12.07% from 174); Max value from RGB is 85 - color contains mainly: green. Hex color #445515 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445515 is #BBAAEA. Grayscale: #484848. Windows color (decimal): -12298987 or 1398084. OLE color: 1398084.

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

Color convert

RGB 68 85 21 -
CMYK 0.20 0 0.75 0.67
HSL 75.94º 0.6% 0.21% -
HSV(B) 75.94º 0.75% 0.33% -
XYZ 5.77 7.78 1.91 -
YUV 72.62 98.87 124.7 -
System Red Green Blue C M Y K H S L
Decimal 68 85 21 0.20 0 0.75 0.67 75.94 0.6 0.21
Hex 44 55 15 14 0 4B 43 4C 3C 15
Octal 104 125 25 24 0 113 103 114 74 25
Binary 1000100 1010101 10101 10100 0 1001011 1000011 1001100 111100 10101

Color Harmonies of #445515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445515

Black with #445515

Text Example


Text Example

White with #445515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445515; }

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

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

background-color css

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

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

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

border-color css

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

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

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