#44620D

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

Shades of Verdun Green #44620D

Tints of Verdun Green #44620D

Color information

#44620D (or 0x44620D) is unknown color: approx Verdun Green. HEX triplet: 44, 62 and 0D. RGB value is (68,98,13). Sum of RGB (Red+Green+Blue) = 68+98+13=179 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.99% from 179); Green value is 98 (38.67% from 255 or 54.75% from 179); Blue value is 13 (5.47% from 255 or 7.26% from 179); Max value from RGB is 98 - color contains mainly: green. Hex color #44620D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #44620D is #BB9DF2. Grayscale: #4F4F4F. Windows color (decimal): -12295667 or 877124. OLE color: 877124.

HSL color Cylindrical-coordinate representation of color #44620D: hue angle of 81.18º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #44620D is Cyan = 0.31, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB689813-
CMYK0.3100.870.62
HSL81.18º76.58%21.76%-
HSV(B)81.18º86.73%38.43%-
XYZ6.829.991.95-
YUV79.3490.56119.91-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.99%
GREEN value IS 98 (38.67% from 255) = 54.75%
BLUE value IS 13 (5.47% from 255) = 7.26%
R=37.99%
G=54.75%
B=7.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6898130.3100.870.6281.1876.5821.76
Hex4462D1F0573E514d16
Octal104142153701277612111526
Binary10001001100010110111111010101111111101010001100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44620D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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