Html Css Color HEX #44500F Verdun Green

📋 copy color: '#44500F'

red 68 ◦ green 80 ◦ blue 15

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

Shades of Verdun Green #44500F

Tints of Verdun Green #44500F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.2%

R = 41.72%
G = 49.08%
B = 9.2%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.81

 K value IS 0.69

RGB Variations

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

Color information

#44500F (or 0x44500F) is known color: Verdun Green. HEX triplet: 44, 50 and 0F. RGB value is (68,80,15). Sum of RGB (Red+Green+Blue) = 68+80+15=163 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.72% from 163); Green value is 80 (31.64% from 255 or 49.08% from 163); Blue value is 15 (6.25% from 255 or 9.20% from 163); Max value from RGB is 80 - color contains mainly: green. Hex color #44500F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #44500F is #BBAFF0. Grayscale: #454545. Windows color (decimal): -12300273 or 1003588. OLE color: 1003588.

HSL color Cylindrical-coordinate representation of color #44500F: hue angle of 71.08º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #44500F is Cyan = 0.15, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.69.

Color convert

RGB 68 80 15 -
CMYK 0.15 0 0.81 0.69
HSL 71.08º 0.68% 0.19% -
HSV(B) 71.08º 0.81% 0.31% -
XYZ 5.34 7 1.52 -
YUV 69 97.52 127.29 -
System Red Green Blue C M Y K H S L
Decimal 68 80 15 0.15 0 0.81 0.69 71.08 0.68 0.19
Hex 44 50 F F 0 51 45 47 44 13
Octal 104 120 17 17 0 121 105 107 104 23
Binary 1000100 1010000 1111 1111 0 1010001 1000101 1000111 1000100 10011

Color Harmonies of #44500F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44500F

Black with #44500F

Text Example


Text Example

White with #44500F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44500F; }

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

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

background-color css

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

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

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

border-color css

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

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

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