#44530B

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

Shades of Verdun Green #44530B

Tints of Verdun Green #44530B

Color information

#44530B (or 0x44530B) is unknown color: approx Verdun Green. HEX triplet: 44, 53 and 0B. RGB value is (68,83,11). Sum of RGB (Red+Green+Blue) = 68+83+11=162 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.98% from 162); Green value is 83 (32.81% from 255 or 51.23% from 162); Blue value is 11 (4.69% from 255 or 6.79% from 162); Max value from RGB is 83 - color contains mainly: green. Hex color #44530B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #44530B is #BBACF4. Grayscale: #464646. Windows color (decimal): -12299509 or 742212. OLE color: 742212.

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

Color convert

RGB688311-
CMYK0.1800.870.67
HSL72.5º76.6%18.43%-
HSV(B)72.5º86.75%32.55%-
XYZ5.547.441.46-
YUV70.3194.53126.35-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 41.98%
GREEN value IS 83 (32.81% from 255) = 51.23%
BLUE value IS 11 (4.69% from 255) = 6.79%
R=41.98%
G=51.23%
B=6.79%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6883110.1800.870.6772.576.618.43
Hex4453B1205743484d12
Octal1041231322012710311011522
Binary100010010100111011100100101011110000111001000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44530B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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