#436514

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

Shades of Verdun Green #436514

Tints of Verdun Green #436514

Color information

#436514 (or 0x436514) is unknown color: approx Verdun Green. HEX triplet: 43, 65 and 14. RGB value is (67,101,20). Sum of RGB (Red+Green+Blue) = 67+101+20=188 (24% of max value = 765). Red value is 67 (26.56% from 255 or 35.64% from 188); Green value is 101 (39.84% from 255 or 53.72% from 188); Blue value is 20 (8.20% from 255 or 10.64% from 188); Max value from RGB is 101 - color contains mainly: green. Hex color #436514 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #436514 is #BC9AEB. Grayscale: #515151. Windows color (decimal): -12360428 or 1336643. OLE color: 1336643.

HSL color Cylindrical-coordinate representation of color #436514: hue angle of 85.19º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #436514 is Cyan = 0.34, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.60.

Color convert

RGB6710120-
CMYK0.3400.800.60
HSL85.19º66.94%23.73%-
HSV(B)85.19º80.2%39.61%-
XYZ7.0910.552.32-
YUV81.693.24117.59-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 35.64%
GREEN value IS 101 (39.84% from 255) = 53.72%
BLUE value IS 20 (8.20% from 255) = 10.64%
R=35.64%
G=53.72%
B=10.64%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal67101200.3400.800.6085.1966.9423.73
Hex436514220503C554318
Octal103145244201207412510330
Binary1000011110010110100100010010100001111001010101100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #436514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #436514; }

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

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

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

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

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

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

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

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