#44680C

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

Shades of Verdun Green #44680C

Tints of Verdun Green #44680C

Color information

#44680C (or 0x44680C) is unknown color: approx Verdun Green. HEX triplet: 44, 68 and 0C. RGB value is (68,104,12). Sum of RGB (Red+Green+Blue) = 68+104+12=184 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.96% from 184); Green value is 104 (41.02% from 255 or 56.52% from 184); Blue value is 12 (5.08% from 255 or 6.52% from 184); Max value from RGB is 104 - color contains mainly: green. Hex color #44680C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #44680C is #BB97F3. Grayscale: #535353. Windows color (decimal): -12294132 or 813124. OLE color: 813124.

HSL color Cylindrical-coordinate representation of color #44680C: hue angle of 83.48º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #44680C is Cyan = 0.35, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB6810412-
CMYK0.3500.880.59
HSL83.48º79.31%22.75%-
HSV(B)83.48º88.46%40.78%-
XYZ7.411.162.11-
YUV82.7588.07117.48-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.96%
GREEN value IS 104 (41.02% from 255) = 56.52%
BLUE value IS 12 (5.08% from 255) = 6.52%
R=36.96%
G=56.52%
B=6.52%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal68104120.3500.880.5983.4879.3122.75
Hex4468C230583B534f17
Octal104150144301307312311727
Binary100010011010001100100011010110001110111010011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44680C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44680C; }

 p { color: rgb(68,104,12); }

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

<style>
 a { background-color: #44680C; }

 a { background-color: rgb(68,104,12); }

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

<style>
 span { border-color: #44680C; }

 span { border-color: rgb(68,104,12); }

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