Html Css Color HEX #445015 Verdun Green

📋 copy color: '#445015'

red 68 ◦ green 80 ◦ blue 21

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

Shades of Verdun Green #445015

Tints of Verdun Green #445015

RGB

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

 GREEN value IS 80 (31.64% from 255) = 47.34%

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

R = 40.24%
G = 47.34%
B = 12.43%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.74

 K value IS 0.69

RGB Variations

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

Color information

#445015 (or 0x445015) is known color: Verdun Green. HEX triplet: 44, 50 and 15. RGB value is (68,80,21). Sum of RGB (Red+Green+Blue) = 68+80+21=169 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.24% from 169); Green value is 80 (31.64% from 255 or 47.34% from 169); Blue value is 21 (8.59% from 255 or 12.43% from 169); Max value from RGB is 80 - color contains mainly: green. Hex color #445015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445015 is #BBAFEA. Grayscale: #454545. Windows color (decimal): -12300267 or 1396804. OLE color: 1396804.

HSL color Cylindrical-coordinate representation of color #445015: hue angle of 72.2º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #445015 is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.69.

Color convert

RGB 68 80 21 -
CMYK 0.15 0 0.74 0.69
HSL 72.2º 0.58% 0.2% -
HSV(B) 72.2º 0.74% 0.31% -
XYZ 5.39 7.02 1.78 -
YUV 69.69 100.52 126.8 -
System Red Green Blue C M Y K H S L
Decimal 68 80 21 0.15 0 0.74 0.69 72.2 0.58 0.2
Hex 44 50 15 F 0 4A 45 48 3A 14
Octal 104 120 25 17 0 112 105 110 72 24
Binary 1000100 1010000 10101 1111 0 1001010 1000101 1001000 111010 10100

Color Harmonies of #445015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445015

Black with #445015

Text Example


Text Example

White with #445015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445015; }

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

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

background-color css

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

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

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

border-color css

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

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

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