#455B1E

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

Shades of Verdun Green #455B1E

Tints of Verdun Green #455B1E

Color information

#455B1E (or 0x455B1E) is unknown color: approx Verdun Green. HEX triplet: 45, 5B and 1E. RGB value is (69,91,30). Sum of RGB (Red+Green+Blue) = 69+91+30=190 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.32% from 190); Green value is 91 (35.94% from 255 or 47.89% from 190); Blue value is 30 (12.11% from 255 or 15.79% from 190); Max value from RGB is 91 - color contains mainly: green. Hex color #455B1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455B1E is #BAA4E1. Grayscale: #4D4D4D. Windows color (decimal): -12231906 or 1989445. OLE color: 1989445.

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

Color convert

RGB699130-
CMYK0.2400.670.64
HSL81.64º50.41%23.73%-
HSV(B)81.64º67.03%35.69%-
XYZ6.438.842.6-
YUV77.47101.21121.96-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.32%
GREEN value IS 91 (35.94% from 255) = 47.89%
BLUE value IS 30 (12.11% from 255) = 15.79%
R=36.32%
G=47.89%
B=15.79%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6991300.2400.670.6481.6450.4123.73
Hex455B1E1804340523218
Octal105133363001031001226230
Binary100010110110111111011000010000111000000101001011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455B1E; }

 p { color: rgb(69,91,30); }

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

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

 a { background-color: rgb(69,91,30); }

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

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

 span { border-color: rgb(69,91,30); }

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