#465D14

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

Shades of Verdun Green #465D14

Tints of Verdun Green #465D14

Color information

#465D14 (or 0x465D14) is unknown color: approx Verdun Green. HEX triplet: 46, 5D and 14. RGB value is (70,93,20). Sum of RGB (Red+Green+Blue) = 70+93+20=183 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.25% from 183); Green value is 93 (36.72% from 255 or 50.82% from 183); Blue value is 20 (8.20% from 255 or 10.93% from 183); Max value from RGB is 93 - color contains mainly: green. Hex color #465D14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465D14 is #B9A2EB. Grayscale: #4E4E4E. Windows color (decimal): -12165868 or 1334598. OLE color: 1334598.

HSL color Cylindrical-coordinate representation of color #465D14: hue angle of 78.9º degrees, saturation: 0.65, 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 #465D14 is Cyan = 0.25, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.

Color convert

RGB709320-
CMYK0.2500.780.64
HSL78.9º64.6%22.16%-
HSV(B)78.9º78.49%36.47%-
XYZ6.579.182.09-
YUV77.895.38122.44-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.25%
GREEN value IS 93 (36.72% from 255) = 50.82%
BLUE value IS 20 (8.20% from 255) = 10.93%
R=38.25%
G=50.82%
B=10.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7093200.2500.780.6478.964.622.16
Hex465D141904E404f4116
Octal1061352431011610011710126
Binary1000110101110110100110010100111010000001001111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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