#434714

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

Shades of Verdun Green #434714

Tints of Verdun Green #434714

Color information

#434714 (or 0x434714) is unknown color: approx Verdun Green. HEX triplet: 43, 47 and 14. RGB value is (67,71,20). Sum of RGB (Red+Green+Blue) = 67+71+20=158 (20% of max value = 765). Red value is 67 (26.56% from 255 or 42.41% from 158); Green value is 71 (28.12% from 255 or 44.94% from 158); Blue value is 20 (8.20% from 255 or 12.66% from 158); Max value from RGB is 71 - color contains mainly: green. Hex color #434714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434714 is #BCB8EB. Grayscale: #404040. Windows color (decimal): -12368108 or 1328963. OLE color: 1328963.

HSL color Cylindrical-coordinate representation of color #434714: hue angle of 64.71º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #434714 is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.72.

Color convert

RGB677120-
CMYK0.0600.720.72
HSL64.71º56.04%17.84%-
HSV(B)64.71º71.83%27.84%-
XYZ4.695.751.52-
YUV63.99103.17130.15-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 42.41%
GREEN value IS 71 (28.12% from 255) = 44.94%
BLUE value IS 20 (8.20% from 255) = 12.66%
R=42.41%
G=44.94%
B=12.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6771200.0600.720.7264.7156.0417.84
Hex434714604848413812
Octal10310724601101101017022
Binary1000011100011110100110010010001001000100000111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434714; }

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

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

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

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

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

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

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

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