#455415

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

Shades of Verdun Green #455415

Tints of Verdun Green #455415

Color information

#455415 (or 0x455415) is unknown color: approx Verdun Green. HEX triplet: 45, 54 and 15. RGB value is (69,84,21). Sum of RGB (Red+Green+Blue) = 69+84+21=174 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.66% from 174); Green value is 84 (33.20% from 255 or 48.28% from 174); Blue value is 21 (8.59% from 255 or 12.07% from 174); Max value from RGB is 84 - color contains mainly: green. Hex color #455415 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455415 is #BAABEA. Grayscale: #484848. Windows color (decimal): -12233707 or 1397829. OLE color: 1397829.

HSL color Cylindrical-coordinate representation of color #455415: hue angle of 74.29º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #455415 is Cyan = 0.18, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB698421-
CMYK0.1800.750.67
HSL74.29º60%20.59%-
HSV(B)74.29º75%32.94%-
XYZ5.767.661.88-
YUV72.3399.03125.62-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 39.66%
GREEN value IS 84 (33.20% from 255) = 48.28%
BLUE value IS 21 (8.59% from 255) = 12.07%
R=39.66%
G=48.28%
B=12.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6984210.1800.750.6774.296020.59
Hex4554151204B434a3c15
Octal105124252201131031127425
Binary100010110101001010110010010010111000011100101011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455415; }

 p { color: rgb(69,84,21); }

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

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

 a { background-color: rgb(69,84,21); }

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

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

 span { border-color: rgb(69,84,21); }

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