#43490F

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

Shades of Verdun Green #43490F

Tints of Verdun Green #43490F

Color information

#43490F (or 0x43490F) is unknown color: approx Verdun Green. HEX triplet: 43, 49 and 0F. RGB value is (67,73,15). Sum of RGB (Red+Green+Blue) = 67+73+15=155 (20% of max value = 765). Red value is 67 (26.56% from 255 or 43.23% from 155); Green value is 73 (28.91% from 255 or 47.10% from 155); Blue value is 15 (6.25% from 255 or 9.68% from 155); Max value from RGB is 73 - color contains mainly: green. Hex color #43490F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #43490F is #BCB6F0. Grayscale: #404040. Windows color (decimal): -12367601 or 1001795. OLE color: 1001795.

HSL color Cylindrical-coordinate representation of color #43490F: hue angle of 66.21º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #43490F is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.71.

Color convert

RGB677315-
CMYK0.0800.790.71
HSL66.21º65.91%17.25%-
HSV(B)66.21º79.45%28.63%-
XYZ4.785.991.36-
YUV64.59100.01129.72-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 43.23%
GREEN value IS 73 (28.91% from 255) = 47.10%
BLUE value IS 15 (6.25% from 255) = 9.68%
R=43.23%
G=47.10%
B=9.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6773150.0800.790.7166.2165.9117.25
Hex4349F804F47424211
Octal1031111710011710710210221
Binary10000111001001111110000100111110001111000010100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43490F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43490F; }

 p { color: rgb(67,73,15); }

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

<style>
 a { background-color: #43490F; }

 a { background-color: rgb(67,73,15); }

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

<style>
 span { border-color: #43490F; }

 span { border-color: rgb(67,73,15); }

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