#465B1C

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

Shades of Verdun Green #465B1C

Tints of Verdun Green #465B1C

Color information

#465B1C (or 0x465B1C) is unknown color: approx Verdun Green. HEX triplet: 46, 5B and 1C. RGB value is (70,91,28). Sum of RGB (Red+Green+Blue) = 70+91+28=189 (25% of max value = 765). Red value is 70 (27.73% from 255 or 37.04% from 189); Green value is 91 (35.94% from 255 or 48.15% from 189); Blue value is 28 (11.33% from 255 or 14.81% from 189); Max value from RGB is 91 - color contains mainly: green. Hex color #465B1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465B1C is #B9A4E3. Grayscale: #4D4D4D. Windows color (decimal): -12166372 or 1858374. OLE color: 1858374.

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

Color convert

RGB709128-
CMYK0.2300.690.64
HSL80º52.94%23.33%-
HSV(B)80º69.23%35.69%-
XYZ6.488.872.47-
YUV77.54100.04122.62-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.04%
GREEN value IS 91 (35.94% from 255) = 48.15%
BLUE value IS 28 (11.33% from 255) = 14.81%
R=37.04%
G=48.15%
B=14.81%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7091280.2300.690.648052.9423.33
Hex465B1C1704540503517
Octal106133342701051001206527
Binary100011010110111110010111010001011000000101000011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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