#44450A

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

Shades of Verdun Green #44450A

Tints of Verdun Green #44450A

Color information

#44450A (or 0x44450A) is unknown color: approx Verdun Green. HEX triplet: 44, 45 and 0A. RGB value is (68,69,10). Sum of RGB (Red+Green+Blue) = 68+69+10=147 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.26% from 147); Green value is 69 (27.34% from 255 or 46.94% from 147); Blue value is 10 (4.30% from 255 or 6.80% from 147); Max value from RGB is 69 - color contains mainly: green. Hex color #44450A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #44450A is #BBBAF5. Grayscale: #3E3E3E. Windows color (decimal): -12303094 or 673092. OLE color: 673092.

HSL color Cylindrical-coordinate representation of color #44450A: hue angle of 61.02º degrees, saturation: 0.75, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #44450A is Cyan = 0.01, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.73.

Color convert

RGB686910-
CMYK0.0100.860.73
HSL61.02º74.68%15.49%-
HSV(B)61.02º85.51%27.06%-
XYZ4.575.511.11-
YUV61.9898.67132.3-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 46.26%
GREEN value IS 69 (27.34% from 255) = 46.94%
BLUE value IS 10 (4.30% from 255) = 6.80%
R=46.26%
G=46.94%
B=6.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6869100.0100.860.7361.0274.6815.49
Hex4445A1056493d4bf
Octal10410512101261117511317
Binary100010010001011010101010110100100111110110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44450A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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