#44510A

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

Shades of Verdun Green #44510A

Tints of Verdun Green #44510A

Color information

#44510A (or 0x44510A) is unknown color: approx Verdun Green. HEX triplet: 44, 51 and 0A. RGB value is (68,81,10). Sum of RGB (Red+Green+Blue) = 68+81+10=159 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.77% from 159); Green value is 81 (32.03% from 255 or 50.94% from 159); Blue value is 10 (4.30% from 255 or 6.29% from 159); Max value from RGB is 81 - color contains mainly: green. Hex color #44510A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #44510A is #BBAEF5. Grayscale: #454545. Windows color (decimal): -12300022 or 676164. OLE color: 676164.

HSL color Cylindrical-coordinate representation of color #44510A: hue angle of 70.99º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #44510A is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.68.

Color convert

RGB688110-
CMYK0.1600.880.68
HSL70.99º78.02%17.84%-
HSV(B)70.99º87.65%31.76%-
XYZ5.387.141.38-
YUV69.0294.69127.27-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 42.77%
GREEN value IS 81 (32.03% from 255) = 50.94%
BLUE value IS 10 (4.30% from 255) = 6.29%
R=42.77%
G=50.94%
B=6.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6881100.1600.880.6870.9978.0217.84
Hex4451A1005844474e12
Octal1041211220013010410711622
Binary100010010100011010100000101100010001001000111100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44510A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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