#434A1F

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

Shades of Verdun Green #434A1F

Tints of Verdun Green #434A1F

Color information

#434A1F (or 0x434A1F) is unknown color: approx Verdun Green. HEX triplet: 43, 4A and 1F. RGB value is (67,74,31). Sum of RGB (Red+Green+Blue) = 67+74+31=172 (22% of max value = 765). Red value is 67 (26.56% from 255 or 38.95% from 172); Green value is 74 (29.30% from 255 or 43.02% from 172); Blue value is 31 (12.5% from 255 or 18.02% from 172); Max value from RGB is 74 - color contains mainly: green. Hex color #434A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434A1F is #BCB5E0. Grayscale: #434343. Windows color (decimal): -12367329 or 2050627. OLE color: 2050627.

HSL color Cylindrical-coordinate representation of color #434A1F: hue angle of 69.77º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #434A1F is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.71.

Color convert

RGB677431-
CMYK0.0900.580.71
HSL69.77º40.95%20.59%-
HSV(B)69.77º58.11%29.02%-
XYZ5.016.192.23-
YUV67107.68128-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 38.95%
GREEN value IS 74 (29.30% from 255) = 43.02%
BLUE value IS 31 (12.5% from 255) = 18.02%
R=38.95%
G=43.02%
B=18.02%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6774310.0900.580.7169.7740.9520.59
Hex434A1F903A47462915
Octal10311237110721071065125
Binary1000011100101011111100101110101000111100011010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,74,31); }

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

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

 a { background-color: rgb(67,74,31); }

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

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

 span { border-color: rgb(67,74,31); }

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