#454305

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

Shades of Verdun Green #454305

Tints of Verdun Green #454305

Color information

#454305 (or 0x454305) is unknown color: approx Verdun Green. HEX triplet: 45, 43 and 05. RGB value is (69,67,5). Sum of RGB (Red+Green+Blue) = 69+67+5=141 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.94% from 141); Green value is 67 (26.56% from 255 or 47.52% from 141); Blue value is 5 (2.34% from 255 or 3.55% from 141); Max value from RGB is 69 - color contains mainly: red. Hex color #454305 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454305 is #BABCFA. Grayscale: #3C3C3C. Windows color (decimal): -12238075 or 344901. OLE color: 344901.

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

Color convert

RGB69675-
CMYK00.030.930.73
HSL58.12º86.49%14.51%-
HSV(B)58.12º92.75%27.06%-
XYZ4.495.290.93-
YUV60.5396.66134.04-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 48.94%
GREEN value IS 67 (26.56% from 255) = 47.52%
BLUE value IS 5 (2.34% from 255) = 3.55%
R=48.94%
G=47.52%
B=3.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.93
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6967500.030.930.7358.1286.4914.51
Hex45435035D493a56f
Octal1051035031351117212617
Binary100010110000111010111011101100100111101010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454305; }

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

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

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

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

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

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

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

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