#454902

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

Shades of Verdun Green #454902

Tints of Verdun Green #454902

Color information

#454902 (or 0x454902) is unknown color: approx Verdun Green. HEX triplet: 45, 49 and 02. RGB value is (69,73,2). Sum of RGB (Red+Green+Blue) = 69+73+2=144 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.92% from 144); Green value is 73 (28.91% from 255 or 50.69% from 144); Blue value is 2 (1.17% from 255 or 1.39% from 144); Max value from RGB is 73 - color contains mainly: green. Hex color #454902 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454902 is #BAB6FD. Grayscale: #3F3F3F. Windows color (decimal): -12236542 or 149829. OLE color: 149829.

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

Color convert

RGB69732-
CMYK0.0500.970.71
HSL63.38º94.67%14.71%-
HSV(B)63.38º97.26%28.63%-
XYZ4.856.030.97-
YUV63.7193.17131.77-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 47.92%
GREEN value IS 73 (28.91% from 255) = 50.69%
BLUE value IS 2 (1.17% from 255) = 1.39%
R=47.92%
G=50.69%
B=1.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal697320.0500.970.7163.3894.6714.71
Hex454925061473f5ff
Octal1051112501411077713717
Binary100010110010011010101100001100011111111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454902; }

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

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

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

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

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

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

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

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