#455F0D

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

Shades of Verdun Green #455F0D

Tints of Verdun Green #455F0D

Color information

#455F0D (or 0x455F0D) is unknown color: approx Verdun Green. HEX triplet: 45, 5F and 0D. RGB value is (69,95,13). Sum of RGB (Red+Green+Blue) = 69+95+13=177 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.98% from 177); Green value is 95 (37.5% from 255 or 53.67% from 177); Blue value is 13 (5.47% from 255 or 7.34% from 177); Max value from RGB is 95 - color contains mainly: green. Hex color #455F0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455F0D is #BAA0F2. Grayscale: #4E4E4E. Windows color (decimal): -12230899 or 876357. OLE color: 876357.

HSL color Cylindrical-coordinate representation of color #455F0D: hue angle of 79.02º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #455F0D is Cyan = 0.27, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.63.

Color convert

RGB699513-
CMYK0.2700.860.63
HSL79.02º75.93%21.18%-
HSV(B)79.02º86.32%37.25%-
XYZ6.629.481.86-
YUV77.8891.39121.67-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 38.98%
GREEN value IS 95 (37.5% from 255) = 53.67%
BLUE value IS 13 (5.47% from 255) = 7.34%
R=38.98%
G=53.67%
B=7.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6995130.2700.860.6379.0275.9321.18
Hex455FD1B0563F4f4c15
Octal105137153301267711711425
Binary10001011011111110111011010101101111111001111100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,95,13); }

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

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

 a { background-color: rgb(69,95,13); }

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

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

 span { border-color: rgb(69,95,13); }

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