#43440C

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

Shades of Verdun Green #43440C

Tints of Verdun Green #43440C

Color information

#43440C (or 0x43440C) is unknown color: approx Verdun Green. HEX triplet: 43, 44 and 0C. RGB value is (67,68,12). Sum of RGB (Red+Green+Blue) = 67+68+12=147 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.58% from 147); Green value is 68 (26.95% from 255 or 46.26% from 147); Blue value is 12 (5.08% from 255 or 8.16% from 147); Max value from RGB is 68 - color contains mainly: green. Hex color #43440C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #43440C is #BCBBF3. Grayscale: #3D3D3D. Windows color (decimal): -12368884 or 803907. OLE color: 803907.

HSL color Cylindrical-coordinate representation of color #43440C: hue angle of 61.07º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #43440C is Cyan = 0.01, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.73.

Color convert

RGB676812-
CMYK0.0100.820.73
HSL61.07º70%15.69%-
HSV(B)61.07º82.35%26.67%-
XYZ4.455.351.15-
YUV61.32100.17132.05-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 45.58%
GREEN value IS 68 (26.95% from 255) = 46.26%
BLUE value IS 12 (5.08% from 255) = 8.16%
R=45.58%
G=46.26%
B=8.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6768120.0100.820.7361.077015.69
Hex4344C1052493d4610
Octal10310414101221117510620
Binary1000011100010011001010100101001001111101100011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43440C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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