#434E1D

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

Shades of Verdun Green #434E1D

Tints of Verdun Green #434E1D

Color information

#434E1D (or 0x434E1D) is unknown color: approx Verdun Green. HEX triplet: 43, 4E and 1D. RGB value is (67,78,29). Sum of RGB (Red+Green+Blue) = 67+78+29=174 (23% of max value = 765). Red value is 67 (26.56% from 255 or 38.51% from 174); Green value is 78 (30.86% from 255 or 44.83% from 174); Blue value is 29 (11.72% from 255 or 16.67% from 174); Max value from RGB is 78 - color contains mainly: green. Hex color #434E1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #434E1D is #BCB1E2. Grayscale: #454545. Windows color (decimal): -12366307 or 1920579. OLE color: 1920579.

HSL color Cylindrical-coordinate representation of color #434E1D: hue angle of 73.47º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #434E1D is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.69.

Color convert

RGB677829-
CMYK0.1400.630.69
HSL73.47º45.79%20.98%-
HSV(B)73.47º62.82%30.59%-
XYZ5.266.732.18-
YUV69.12105.36126.48-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 38.51%
GREEN value IS 78 (30.86% from 255) = 44.83%
BLUE value IS 29 (11.72% from 255) = 16.67%
R=38.51%
G=44.83%
B=16.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6778290.1400.630.6973.4745.7920.98
Hex434E1DE03F45492e15
Octal10311635160771051115625
Binary1000011100111011101111001111111000101100100110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434E1D; }

 p { color: rgb(67,78,29); }

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

<style>
 a { background-color: #434E1D; }

 a { background-color: rgb(67,78,29); }

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

<style>
 span { border-color: #434E1D; }

 span { border-color: rgb(67,78,29); }

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