#44480A

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

Shades of Verdun Green #44480A

Tints of Verdun Green #44480A

Color information

#44480A (or 0x44480A) is unknown color: approx Verdun Green. HEX triplet: 44, 48 and 0A. RGB value is (68,72,10). Sum of RGB (Red+Green+Blue) = 68+72+10=150 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.33% from 150); Green value is 72 (28.52% from 255 or 48% from 150); Blue value is 10 (4.30% from 255 or 6.67% from 150); Max value from RGB is 72 - color contains mainly: green. Hex color #44480A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #44480A is #BBB7F5. Grayscale: #3F3F3F. Windows color (decimal): -12302326 or 673860. OLE color: 673860.

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

Color convert

RGB687210-
CMYK0.0600.860.72
HSL63.87º75.61%16.08%-
HSV(B)63.87º86.11%28.24%-
XYZ4.765.891.17-
YUV63.7497.67131.04-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 45.33%
GREEN value IS 72 (28.52% from 255) = 48%
BLUE value IS 10 (4.30% from 255) = 6.67%
R=45.33%
G=48%
B=6.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6872100.0600.860.7263.8775.6116.08
Hex4448A605648404c10
Octal104110126012611010011420
Binary1000100100100010101100101011010010001000000100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44480A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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