#454802

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

Shades of Verdun Green #454802

Tints of Verdun Green #454802

Color information

#454802 (or 0x454802) is unknown color: approx Verdun Green. HEX triplet: 45, 48 and 02. RGB value is (69,72,2). Sum of RGB (Red+Green+Blue) = 69+72+2=143 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.25% from 143); Green value is 72 (28.52% from 255 or 50.35% from 143); Blue value is 2 (1.17% from 255 or 1.40% from 143); Max value from RGB is 72 - color contains mainly: green. Hex color #454802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454802 is #BAB7FD. Grayscale: #3F3F3F. Windows color (decimal): -12236798 or 149573. OLE color: 149573.

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

Color convert

RGB69722-
CMYK0.0400.970.72
HSL62.57º94.59%14.51%-
HSV(B)62.57º97.22%28.24%-
XYZ4.785.90.95-
YUV63.1293.51132.19-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 48.25%
GREEN value IS 72 (28.52% from 255) = 50.35%
BLUE value IS 2 (1.17% from 255) = 1.40%
R=48.25%
G=50.35%
B=1.40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal697220.0400.970.7262.5794.5914.51
Hex454824061483f5ff
Octal1051102401411107713717
Binary100010110010001010001100001100100011111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454802; }

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

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

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

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

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

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

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

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