#465B14

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

Shades of Verdun Green #465B14

Tints of Verdun Green #465B14

Color information

#465B14 (or 0x465B14) is unknown color: approx Verdun Green. HEX triplet: 46, 5B and 14. RGB value is (70,91,20). Sum of RGB (Red+Green+Blue) = 70+91+20=181 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.67% from 181); Green value is 91 (35.94% from 255 or 50.28% from 181); Blue value is 20 (8.20% from 255 or 11.05% from 181); Max value from RGB is 91 - color contains mainly: green. Hex color #465B14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465B14 is #B9A4EB. Grayscale: #4C4C4C. Windows color (decimal): -12166380 or 1334086. OLE color: 1334086.

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

Color convert

RGB709120-
CMYK0.2300.780.64
HSL77.75º63.96%21.76%-
HSV(B)77.75º78.02%35.69%-
XYZ6.398.832.03-
YUV76.6396.04123.27-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.67%
GREEN value IS 91 (35.94% from 255) = 50.28%
BLUE value IS 20 (8.20% from 255) = 11.05%
R=38.67%
G=50.28%
B=11.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7091200.2300.780.6477.7563.9621.76
Hex465B141704E404e4016
Octal1061332427011610011610026
Binary1000110101101110100101110100111010000001001110100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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