#40430E

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

Shades of Verdun Green #40430E

Tints of Verdun Green #40430E

Color information

#40430E (or 0x40430E) is unknown color: approx Verdun Green. HEX triplet: 40, 43 and 0E. RGB value is (64,67,14). Sum of RGB (Red+Green+Blue) = 64+67+14=145 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.14% from 145); Green value is 67 (26.56% from 255 or 46.21% from 145); Blue value is 14 (5.86% from 255 or 9.66% from 145); Max value from RGB is 67 - color contains mainly: green. Hex color #40430E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40430E is #BFBCF1. Grayscale: #3C3C3C. Windows color (decimal): -12565746 or 934720. OLE color: 934720.

HSL color Cylindrical-coordinate representation of color #40430E: hue angle of 63.4º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #40430E is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.74.

Color convert

RGB646714-
CMYK0.0400.790.74
HSL63.4º65.43%15.88%-
HSV(B)63.4º79.1%26.27%-
XYZ4.25.141.19-
YUV60.06102.01130.81-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 44.14%
GREEN value IS 67 (26.56% from 255) = 46.21%
BLUE value IS 14 (5.86% from 255) = 9.66%
R=44.14%
G=46.21%
B=9.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6467140.0400.790.7463.465.4315.88
Hex4043E404F4A3f4110
Octal10010316401171127710120
Binary100000010000111110100010011111001010111111100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40430E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40430E; }

 p { color: rgb(64,67,14); }

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

<style>
 a { background-color: #40430E; }

 a { background-color: rgb(64,67,14); }

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

<style>
 span { border-color: #40430E; }

 span { border-color: rgb(64,67,14); }

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