Html Css Color HEX #445014 Verdun Green

📋 copy color: '#445014'

red 68 ◦ green 80 ◦ blue 20

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

Shades of Verdun Green #445014

Tints of Verdun Green #445014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 11.9%

R = 40.48%
G = 47.62%
B = 11.9%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.75

 K value IS 0.69

RGB Variations

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

Color information

#445014 (or 0x445014) is known color: Verdun Green. HEX triplet: 44, 50 and 14. RGB value is (68,80,20). Sum of RGB (Red+Green+Blue) = 68+80+20=168 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.48% from 168); Green value is 80 (31.64% from 255 or 47.62% from 168); Blue value is 20 (8.20% from 255 or 11.90% from 168); Max value from RGB is 80 - color contains mainly: green. Hex color #445014 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445014 is #BBAFEB. Grayscale: #454545. Windows color (decimal): -12300268 or 1331268. OLE color: 1331268.

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

Color convert

RGB 68 80 20 -
CMYK 0.15 0 0.75 0.69
HSL 72º 0.6% 0.2% -
HSV(B) 72º 0.75% 0.31% -
XYZ 5.38 7.02 1.73 -
YUV 69.57 100.02 126.88 -
System Red Green Blue C M Y K H S L
Decimal 68 80 20 0.15 0 0.75 0.69 72 0.6 0.2
Hex 44 50 14 F 0 4B 45 48 3C 14
Octal 104 120 24 17 0 113 105 110 74 24
Binary 1000100 1010000 10100 1111 0 1001011 1000101 1001000 111100 10100

Color Harmonies of #445014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445014

Black with #445014

Text Example


Text Example

White with #445014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445014; }

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

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

background-color css

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

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

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

border-color css

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

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

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