#44480F

Color #44480F Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #44480F

Tints of Verdun Green #44480F

Color information

#44480F (or 0x44480F) is unknown color: approx Verdun Green. HEX triplet: 44, 48 and 0F. RGB value is (68,72,15). Sum of RGB (Red+Green+Blue) = 68+72+15=155 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.87% from 155); Green value is 72 (28.52% from 255 or 46.45% from 155); Blue value is 15 (6.25% from 255 or 9.68% from 155); Max value from RGB is 72 - color contains mainly: green. Hex color #44480F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #44480F is #BBB7F0. Grayscale: #404040. Windows color (decimal): -12302321 or 1001540. OLE color: 1001540.

HSL color Cylindrical-coordinate representation of color #44480F: hue angle of 64.21º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #44480F is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.72.

Color convert

RGB687215-
CMYK0.0600.790.72
HSL64.21º65.52%17.06%-
HSV(B)64.21º79.17%28.24%-
XYZ4.795.91.34-
YUV64.31100.17130.63-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 43.87%
GREEN value IS 72 (28.52% from 255) = 46.45%
BLUE value IS 15 (6.25% from 255) = 9.68%
R=43.87%
G=46.45%
B=9.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6872150.0600.790.7264.2165.5217.06
Hex4448F604F48404211
Octal104110176011711010010221
Binary1000100100100011111100100111110010001000000100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44480F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #44480F;
 }
 .AnyTagClassName
 {
   color: #44480F;
 }
</style>
background-color css

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

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

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

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

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

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