#44530D

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

Shades of Verdun Green #44530D

Tints of Verdun Green #44530D

Color information

#44530D (or 0x44530D) is unknown color: approx Verdun Green. HEX triplet: 44, 53 and 0D. RGB value is (68,83,13). Sum of RGB (Red+Green+Blue) = 68+83+13=164 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.46% from 164); Green value is 83 (32.81% from 255 or 50.61% from 164); Blue value is 13 (5.47% from 255 or 7.93% from 164); Max value from RGB is 83 - color contains mainly: green. Hex color #44530D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #44530D is #BBACF2. Grayscale: #464646. Windows color (decimal): -12299507 or 873284. OLE color: 873284.

HSL color Cylindrical-coordinate representation of color #44530D: hue angle of 72.86º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #44530D is Cyan = 0.18, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB688313-
CMYK0.1800.840.67
HSL72.86º72.92%18.82%-
HSV(B)72.86º84.34%32.55%-
XYZ5.557.441.53-
YUV70.5495.53126.19-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 41.46%
GREEN value IS 83 (32.81% from 255) = 50.61%
BLUE value IS 13 (5.47% from 255) = 7.93%
R=41.46%
G=50.61%
B=7.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6883130.1800.840.6772.8672.9218.82
Hex4453D1205443494913
Octal1041231522012410311111123
Binary100010010100111101100100101010010000111001001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44530D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44530D; }

 p { color: rgb(68,83,13); }

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

<style>
 a { background-color: #44530D; }

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

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

<style>
 span { border-color: #44530D; }

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

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