#43440A

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

Shades of Verdun Green #43440A

Tints of Verdun Green #43440A

Color information

#43440A (or 0x43440A) is unknown color: approx Verdun Green. HEX triplet: 43, 44 and 0A. RGB value is (67,68,10). Sum of RGB (Red+Green+Blue) = 67+68+10=145 (19% of max value = 765). Red value is 67 (26.56% from 255 or 46.21% from 145); Green value is 68 (26.95% from 255 or 46.90% from 145); Blue value is 10 (4.30% from 255 or 6.90% from 145); Max value from RGB is 68 - color contains mainly: green. Hex color #43440A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #43440A is #BCBBF5. Grayscale: #3D3D3D. Windows color (decimal): -12368886 or 672835. OLE color: 672835.

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

Color convert

RGB676810-
CMYK0.0100.850.73
HSL61.03º74.36%15.29%-
HSV(B)61.03º85.29%26.67%-
XYZ4.445.351.09-
YUV61.0999.17132.22-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 46.21%
GREEN value IS 68 (26.95% from 255) = 46.90%
BLUE value IS 10 (4.30% from 255) = 6.90%
R=46.21%
G=46.90%
B=6.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6768100.0100.850.7361.0374.3615.29
Hex4344A1055493d4af
Octal10310412101251117511217
Binary100001110001001010101010101100100111110110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43440A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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