Html Css Color HEX #44440F Verdun Green

📋 copy color: '#44440F'

red 68 ◦ green 68 ◦ blue 15

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

Shades of Verdun Green #44440F

Tints of Verdun Green #44440F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 45.03%

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

R = 45.03%
G = 45.03%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.78

 K value IS 0.73

RGB Variations

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

Color information

#44440F (or 0x44440F) is known color: Verdun Green. HEX triplet: 44, 44 and 0F. RGB value is (68,68,15). Sum of RGB (Red+Green+Blue) = 68+68+15=151 (20% of max value = 765). Red value is 68 (26.95% from 255 or 45.03% from 151); Green value is 68 (26.95% from 255 or 45.03% from 151); Blue value is 15 (6.25% from 255 or 9.93% from 151); Max value from RGB is 68 - color contains mainly: red, green. Hex color #44440F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #44440F is #BBBBF0. Grayscale: #3E3E3E. Windows color (decimal): -12303345 or 1000516. OLE color: 1000516.

HSL color Cylindrical-coordinate representation of color #44440F: hue angle of 60º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #44440F is Cyan = 0, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 68 15 -
CMYK 0 0 0.78 0.73
HSL 60º 0.64% 0.16% -
HSV(B) 60º 0.78% 0.27% -
XYZ 4.54 5.4 1.25 -
YUV 61.96 101.5 132.31 -
System Red Green Blue C M Y K H S L
Decimal 68 68 15 0 0 0.78 0.73 60 0.64 0.16
Hex 44 44 F 0 0 4E 49 3C 40 10
Octal 104 104 17 0 0 116 111 74 100 20
Binary 1000100 1000100 1111 0 0 1001110 1001001 111100 1000000 10000

Color Harmonies of #44440F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44440F

Black with #44440F

Text Example


Text Example

White with #44440F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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