#454306

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

Shades of Verdun Green #454306

Tints of Verdun Green #454306

Color information

#454306 (or 0x454306) is unknown color: approx Verdun Green. HEX triplet: 45, 43 and 06. RGB value is (69,67,6). Sum of RGB (Red+Green+Blue) = 69+67+6=142 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.59% from 142); Green value is 67 (26.56% from 255 or 47.18% from 142); Blue value is 6 (2.73% from 255 or 4.23% from 142); Max value from RGB is 69 - color contains mainly: red. Hex color #454306 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454306 is #BABCF9. Grayscale: #3C3C3C. Windows color (decimal): -12238074 or 410437. OLE color: 410437.

HSL color Cylindrical-coordinate representation of color #454306: hue angle of 58.1º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #454306 is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.73.

Color convert

RGB69676-
CMYK00.030.910.73
HSL58.1º84%14.71%-
HSV(B)58.1º91.3%27.06%-
XYZ4.495.290.96-
YUV60.6497.16133.96-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 48.59%
GREEN value IS 67 (26.56% from 255) = 47.18%
BLUE value IS 6 (2.73% from 255) = 4.23%
R=48.59%
G=47.18%
B=4.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.91
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6967600.030.910.7358.18414.71
Hex45436035B493a54f
Octal1051036031331117212417
Binary100010110000111100111011011100100111101010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454306; }

 p { color: rgb(69,67,6); }

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

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

 a { background-color: rgb(69,67,6); }

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

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

 span { border-color: rgb(69,67,6); }

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