#43410A

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

Shades of Verdun Green #43410A

Tints of Verdun Green #43410A

Color information

#43410A (or 0x43410A) is unknown color: approx Verdun Green. HEX triplet: 43, 41 and 0A. RGB value is (67,65,10). Sum of RGB (Red+Green+Blue) = 67+65+10=142 (18% of max value = 765). Red value is 67 (26.56% from 255 or 47.18% from 142); Green value is 65 (25.78% from 255 or 45.77% from 142); Blue value is 10 (4.30% from 255 or 7.04% from 142); Max value from RGB is 67 - color contains mainly: red. Hex color #43410A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #43410A is #BCBEF5. Grayscale: #3B3B3B. Windows color (decimal): -12369654 or 672067. OLE color: 672067.

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

Color convert

RGB676510-
CMYK00.030.850.74
HSL57.89º74.03%15.1%-
HSV(B)57.89º85.07%26.27%-
XYZ4.2651.03-
YUV59.33100.16133.47-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 47.18%
GREEN value IS 65 (25.78% from 255) = 45.77%
BLUE value IS 10 (4.30% from 255) = 7.04%
R=47.18%
G=45.77%
B=7.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.85
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67651000.030.850.7457.8974.0315.1
Hex4341A03554A3a4af
Octal10310112031251127211217
Binary1000011100000110100111010101100101011101010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43410A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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