#455C14

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

Shades of Verdun Green #455C14

Tints of Verdun Green #455C14

Color information

#455C14 (or 0x455C14) is unknown color: approx Verdun Green. HEX triplet: 45, 5C and 14. RGB value is (69,92,20). Sum of RGB (Red+Green+Blue) = 69+92+20=181 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.12% from 181); Green value is 92 (36.33% from 255 or 50.83% from 181); Blue value is 20 (8.20% from 255 or 11.05% from 181); Max value from RGB is 92 - color contains mainly: green. Hex color #455C14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455C14 is #BAA3EB. Grayscale: #4D4D4D. Windows color (decimal): -12231660 or 1334341. OLE color: 1334341.

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

Color convert

RGB699220-
CMYK0.2500.780.64
HSL79.17º64.29%21.96%-
HSV(B)79.17º78.26%36.08%-
XYZ6.418.972.06-
YUV76.9195.88122.35-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 38.12%
GREEN value IS 92 (36.33% from 255) = 50.83%
BLUE value IS 20 (8.20% from 255) = 11.05%
R=38.12%
G=50.83%
B=11.05%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6992200.2500.780.6479.1764.2921.96
Hex455C141904E404f4016
Octal1051342431011610011710026
Binary1000101101110010100110010100111010000001001111100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,92,20); }

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

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

 a { background-color: rgb(69,92,20); }

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

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

 span { border-color: rgb(69,92,20); }

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