#434314

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

Shades of Verdun Green #434314

Tints of Verdun Green #434314

Color information

#434314 (or 0x434314) is unknown color: approx Verdun Green. HEX triplet: 43, 43 and 14. RGB value is (67,67,20). Sum of RGB (Red+Green+Blue) = 67+67+20=154 (20% of max value = 765). Red value is 67 (26.56% from 255 or 43.51% from 154); Green value is 67 (26.56% from 255 or 43.51% from 154); Blue value is 20 (8.20% from 255 or 12.99% from 154); Max value from RGB is 67 - color contains mainly: red, green. Hex color #434314 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434314 is #BCBCEB. Grayscale: #3D3D3D. Windows color (decimal): -12369132 or 1327939. OLE color: 1327939.

HSL color Cylindrical-coordinate representation of color #434314: hue angle of 60º degrees, saturation: 0.54, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #434314 is Cyan = 0, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.74.

Color convert

RGB676720-
CMYK000.700.74
HSL60º54.02%17.06%-
HSV(B)60º70.15%26.27%-
XYZ4.455.261.44-
YUV61.64104.5131.82-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 43.51%
GREEN value IS 67 (26.56% from 255) = 43.51%
BLUE value IS 20 (8.20% from 255) = 12.99%
R=43.51%
G=43.51%
B=12.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal676720000.700.746054.0217.06
Hex43431400464A3c3611
Octal1031032400106112746621
Binary1000011100001110100001000110100101011110011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434314; }

 p { color: rgb(67,67,20); }

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

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

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

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

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

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

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