#43610A

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

Shades of Verdun Green #43610A

Tints of Verdun Green #43610A

Color information

#43610A (or 0x43610A) is unknown color: approx Verdun Green. HEX triplet: 43, 61 and 0A. RGB value is (67,97,10). Sum of RGB (Red+Green+Blue) = 67+97+10=174 (23% of max value = 765). Red value is 67 (26.56% from 255 or 38.51% from 174); Green value is 97 (38.28% from 255 or 55.75% from 174); Blue value is 10 (4.30% from 255 or 5.75% from 174); Max value from RGB is 97 - color contains mainly: green. Hex color #43610A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #43610A is #BC9EF5. Grayscale: #4E4E4E. Windows color (decimal): -12361462 or 680259. OLE color: 680259.

HSL color Cylindrical-coordinate representation of color #43610A: hue angle of 80.69º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #43610A is Cyan = 0.31, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.62.

Color convert

RGB679710-
CMYK0.3100.900.62
HSL80.69º81.31%20.98%-
HSV(B)80.69º89.69%38.04%-
XYZ6.649.761.82-
YUV78.1189.56120.07-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 38.51%
GREEN value IS 97 (38.28% from 255) = 55.75%
BLUE value IS 10 (4.30% from 255) = 5.75%
R=38.51%
G=55.75%
B=5.75%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6797100.3100.900.6280.6981.3120.98
Hex4361A1F05A3E515115
Octal103141123701327612112125
Binary10000111100001101011111010110101111101010001101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43610A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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