#454601

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

Shades of Verdun Green #454601

Tints of Verdun Green #454601

Color information

#454601 (or 0x454601) is unknown color: approx Verdun Green. HEX triplet: 45, 46 and 01. RGB value is (69,70,1). Sum of RGB (Red+Green+Blue) = 69+70+1=140 (18% of max value = 765). Red value is 69 (27.34% from 255 or 49.29% from 140); Green value is 70 (27.73% from 255 or 50% from 140); Blue value is 1 (0.78% from 255 or 0.71% from 140); Max value from RGB is 70 - color contains mainly: green. Hex color #454601 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454601 is #BAB9FE. Grayscale: #3E3E3E. Windows color (decimal): -12237311 or 83525. OLE color: 83525.

HSL color Cylindrical-coordinate representation of color #454601: hue angle of 60.87º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #454601 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.73.

Color convert

RGB69701-
CMYK0.0100.990.73
HSL60.87º97.18%13.92%-
HSV(B)60.87º98.57%27.45%-
XYZ4.655.650.87-
YUV61.8393.67133.11-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 49.29%
GREEN value IS 70 (27.73% from 255) = 50%
BLUE value IS 1 (0.78% from 255) = 0.71%
R=49.29%
G=50%
B=0.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal697010.0100.990.7360.8797.1813.92
Hex454611063493d61e
Octal1051061101431117514116
Binary100010110001101101100011100100111110111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454601; }

 p { color: rgb(69,70,1); }

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

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

 a { background-color: rgb(69,70,1); }

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

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

 span { border-color: rgb(69,70,1); }

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