#454E01

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

Shades of Verdun Green #454E01

Tints of Verdun Green #454E01

Color information

#454E01 (or 0x454E01) is unknown color: approx Verdun Green. HEX triplet: 45, 4E and 01. RGB value is (69,78,1). Sum of RGB (Red+Green+Blue) = 69+78+1=148 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.62% from 148); Green value is 78 (30.86% from 255 or 52.70% from 148); Blue value is 1 (0.78% from 255 or 0.68% from 148); Max value from RGB is 78 - color contains mainly: green. Hex color #454E01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #454E01 is #BAB1FE. Grayscale: #424242. Windows color (decimal): -12235263 or 85573. OLE color: 85573.

HSL color Cylindrical-coordinate representation of color #454E01: hue angle of 67.01º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #454E01 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.69.

Color convert

RGB69781-
CMYK0.1200.990.69
HSL67.01º97.47%15.49%-
HSV(B)67.01º98.72%30.59%-
XYZ5.186.721.05-
YUV66.5391.02129.76-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 46.62%
GREEN value IS 78 (30.86% from 255) = 52.70%
BLUE value IS 1 (0.78% from 255) = 0.68%
R=46.62%
G=52.70%
B=0.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal697810.1200.990.6967.0197.4715.49
Hex454E1C063454361f
Octal105116114014310510314117
Binary1000101100111011100011000111000101100001111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454E01; }

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

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

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

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

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

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

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

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