#43690A

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

Shades of Verdun Green #43690A

Tints of Verdun Green #43690A

Color information

#43690A (or 0x43690A) is unknown color: approx Verdun Green. HEX triplet: 43, 69 and 0A. RGB value is (67,105,10). Sum of RGB (Red+Green+Blue) = 67+105+10=182 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.81% from 182); Green value is 105 (41.41% from 255 or 57.69% from 182); Blue value is 10 (4.30% from 255 or 5.49% from 182); Max value from RGB is 105 - color contains mainly: green. Hex color #43690A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #43690A is #BC96F5. Grayscale: #535353. Windows color (decimal): -12359414 or 682307. OLE color: 682307.

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

Color convert

RGB6710510-
CMYK0.3600.900.59
HSL84º82.61%22.55%-
HSV(B)84º90.48%41.18%-
XYZ7.4211.322.08-
YUV82.8186.91116.72-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 36.81%
GREEN value IS 105 (41.41% from 255) = 57.69%
BLUE value IS 10 (4.30% from 255) = 5.49%
R=36.81%
G=57.69%
B=5.49%

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
Decimal67105100.3600.900.598482.6122.55
Hex4369A2405A3B545317
Octal103151124401327312412327
Binary100001111010011010100100010110101110111010100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43690A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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