#43680A

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

Shades of Verdun Green #43680A

Tints of Verdun Green #43680A

Color information

#43680A (or 0x43680A) is unknown color: approx Verdun Green. HEX triplet: 43, 68 and 0A. RGB value is (67,104,10). Sum of RGB (Red+Green+Blue) = 67+104+10=181 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.02% from 181); Green value is 104 (41.02% from 255 or 57.46% from 181); Blue value is 10 (4.30% from 255 or 5.52% from 181); Max value from RGB is 104 - color contains mainly: green. Hex color #43680A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #43680A is #BC97F5. Grayscale: #525252. Windows color (decimal): -12359670 or 682051. OLE color: 682051.

HSL color Cylindrical-coordinate representation of color #43680A: hue angle of 83.62º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #43680A is Cyan = 0.36, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB6710410-
CMYK0.3600.900.59
HSL83.62º82.46%22.35%-
HSV(B)83.62º90.38%40.78%-
XYZ7.3211.122.05-
YUV82.2287.24117.14-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 37.02%
GREEN value IS 104 (41.02% from 255) = 57.46%
BLUE value IS 10 (4.30% from 255) = 5.52%
R=37.02%
G=57.46%
B=5.52%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal67104100.3600.900.5983.6282.4622.35
Hex4368A2405A3B545216
Octal103150124401327312412226
Binary100001111010001010100100010110101110111010100101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43680A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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