#455D0F

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

Shades of Verdun Green #455D0F

Tints of Verdun Green #455D0F

Color information

#455D0F (or 0x455D0F) is unknown color: approx Verdun Green. HEX triplet: 45, 5D and 0F. RGB value is (69,93,15). Sum of RGB (Red+Green+Blue) = 69+93+15=177 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.98% from 177); Green value is 93 (36.72% from 255 or 52.54% from 177); Blue value is 15 (6.25% from 255 or 8.47% from 177); Max value from RGB is 93 - color contains mainly: green. Hex color #455D0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455D0F is #BAA2F0. Grayscale: #4D4D4D. Windows color (decimal): -12231409 or 1006917. OLE color: 1006917.

HSL color Cylindrical-coordinate representation of color #455D0F: hue angle of 78.46º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #455D0F is Cyan = 0.26, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.64.

Color convert

RGB699315-
CMYK0.2600.840.64
HSL78.46º72.22%21.18%-
HSV(B)78.46º83.87%36.47%-
XYZ6.459.131.87-
YUV76.9393.05122.34-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 38.98%
GREEN value IS 93 (36.72% from 255) = 52.54%
BLUE value IS 15 (6.25% from 255) = 8.47%
R=38.98%
G=52.54%
B=8.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6993150.2600.840.6478.4672.2221.18
Hex455DF1A054404e4815
Octal1051351732012410011611025
Binary100010110111011111110100101010010000001001110100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,93,15); }

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

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

 a { background-color: rgb(69,93,15); }

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

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

 span { border-color: rgb(69,93,15); }

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