#43490A

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

Shades of Verdun Green #43490A

Tints of Verdun Green #43490A

Color information

#43490A (or 0x43490A) is unknown color: approx Verdun Green. HEX triplet: 43, 49 and 0A. RGB value is (67,73,10). Sum of RGB (Red+Green+Blue) = 67+73+10=150 (19% of max value = 765). Red value is 67 (26.56% from 255 or 44.67% from 150); Green value is 73 (28.91% from 255 or 48.67% from 150); Blue value is 10 (4.30% from 255 or 6.67% from 150); Max value from RGB is 73 - color contains mainly: green. Hex color #43490A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #43490A is #BCB6F5. Grayscale: #404040. Windows color (decimal): -12367606 or 674115. OLE color: 674115.

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

Color convert

RGB677310-
CMYK0.0800.860.71
HSL65.71º75.9%16.27%-
HSV(B)65.71º86.3%28.63%-
XYZ4.755.981.19-
YUV64.0297.51130.12-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 44.67%
GREEN value IS 73 (28.91% from 255) = 48.67%
BLUE value IS 10 (4.30% from 255) = 6.67%
R=44.67%
G=48.67%
B=6.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6773100.0800.860.7165.7175.916.27
Hex4349A805647424c10
Octal1031111210012610710211420
Binary10000111001001101010000101011010001111000010100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43490A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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