#444B0B

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

Shades of Verdun Green #444B0B

Tints of Verdun Green #444B0B

Color information

#444B0B (or 0x444B0B) is unknown color: approx Verdun Green. HEX triplet: 44, 4B and 0B. RGB value is (68,75,11). Sum of RGB (Red+Green+Blue) = 68+75+11=154 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.16% from 154); Green value is 75 (29.69% from 255 or 48.70% from 154); Blue value is 11 (4.69% from 255 or 7.14% from 154); Max value from RGB is 75 - color contains mainly: green. Hex color #444B0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444B0B is #BBB4F4. Grayscale: #414141. Windows color (decimal): -12301557 or 740164. OLE color: 740164.

HSL color Cylindrical-coordinate representation of color #444B0B: hue angle of 66.56º degrees, saturation: 0.74, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #444B0B is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.71.

Color convert

RGB687511-
CMYK0.0900.850.71
HSL66.56º74.42%16.86%-
HSV(B)66.56º85.33%29.41%-
XYZ4.966.291.27-
YUV65.6197.18129.7-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 44.16%
GREEN value IS 75 (29.69% from 255) = 48.70%
BLUE value IS 11 (4.69% from 255) = 7.14%
R=44.16%
G=48.70%
B=7.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6875110.0900.850.7166.5674.4216.86
Hex444BB905547434a11
Octal1041131311012510710311221
Binary10001001001011101110010101010110001111000011100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444B0B; }

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

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

<style>
 a { background-color: #444B0B; }

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

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

<style>
 span { border-color: #444B0B; }

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

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