#465C14

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

Shades of Verdun Green #465C14

Tints of Verdun Green #465C14

Color information

#465C14 (or 0x465C14) is unknown color: approx Verdun Green. HEX triplet: 46, 5C and 14. RGB value is (70,92,20). Sum of RGB (Red+Green+Blue) = 70+92+20=182 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.46% from 182); Green value is 92 (36.33% from 255 or 50.55% from 182); Blue value is 20 (8.20% from 255 or 10.99% from 182); Max value from RGB is 92 - color contains mainly: green. Hex color #465C14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465C14 is #B9A3EB. Grayscale: #4D4D4D. Windows color (decimal): -12166124 or 1334342. OLE color: 1334342.

HSL color Cylindrical-coordinate representation of color #465C14: hue angle of 78.33º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #465C14 is Cyan = 0.24, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.

Color convert

RGB709220-
CMYK0.2400.780.64
HSL78.33º64.29%21.96%-
HSV(B)78.33º78.26%36.08%-
XYZ6.489.012.06-
YUV77.2195.71122.85-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.46%
GREEN value IS 92 (36.33% from 255) = 50.55%
BLUE value IS 20 (8.20% from 255) = 10.99%
R=38.46%
G=50.55%
B=10.99%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7092200.2400.780.6478.3364.2921.96
Hex465C141804E404e4016
Octal1061342430011610011610026
Binary1000110101110010100110000100111010000001001110100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465C14; }

 p { color: rgb(70,92,20); }

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

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

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

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

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

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

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