#444B15

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

Shades of Verdun Green #444B15

Tints of Verdun Green #444B15

Color information

#444B15 (or 0x444B15) is unknown color: approx Verdun Green. HEX triplet: 44, 4B and 15. RGB value is (68,75,21). Sum of RGB (Red+Green+Blue) = 68+75+21=164 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.46% from 164); Green value is 75 (29.69% from 255 or 45.73% from 164); Blue value is 21 (8.59% from 255 or 12.80% from 164); Max value from RGB is 75 - color contains mainly: green. Hex color #444B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444B15 is #BBB4EA. Grayscale: #424242. Windows color (decimal): -12301547 or 1395524. OLE color: 1395524.

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

Color convert

RGB687521-
CMYK0.0900.720.71
HSL67.78º56.25%18.82%-
HSV(B)67.78º72%29.41%-
XYZ5.046.321.66-
YUV66.75102.18128.89-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 41.46%
GREEN value IS 75 (29.69% from 255) = 45.73%
BLUE value IS 21 (8.59% from 255) = 12.80%
R=41.46%
G=45.73%
B=12.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6875210.0900.720.7167.7856.2518.82
Hex444B15904847443813
Octal104113251101101071047023
Binary10001001001011101011001010010001000111100010011100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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