#454901

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

Shades of Verdun Green #454901

Tints of Verdun Green #454901

Color information

#454901 (or 0x454901) is unknown color: approx Verdun Green. HEX triplet: 45, 49 and 01. RGB value is (69,73,1). Sum of RGB (Red+Green+Blue) = 69+73+1=143 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.25% from 143); Green value is 73 (28.91% from 255 or 51.05% from 143); Blue value is 1 (0.78% from 255 or 0.70% from 143); Max value from RGB is 73 - color contains mainly: green. Hex color #454901 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454901 is #BAB6FE. Grayscale: #3F3F3F. Windows color (decimal): -12236543 or 84293. OLE color: 84293.

HSL color Cylindrical-coordinate representation of color #454901: hue angle of 63.33º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #454901 is Cyan = 0.05, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.71.

Color convert

RGB69731-
CMYK0.0500.990.71
HSL63.33º97.3%14.51%-
HSV(B)63.33º98.63%28.63%-
XYZ4.846.030.94-
YUV63.692.67131.85-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 48.25%
GREEN value IS 73 (28.91% from 255) = 51.05%
BLUE value IS 1 (0.78% from 255) = 0.70%
R=48.25%
G=51.05%
B=0.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal697310.0500.990.7163.3397.314.51
Hex454915063473f61f
Octal1051111501431077714117
Binary10001011001001110101100011100011111111111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454901; }

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

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

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

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

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

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

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

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