#454907

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

Shades of Verdun Green #454907

Tints of Verdun Green #454907

Color information

#454907 (or 0x454907) is unknown color: approx Verdun Green. HEX triplet: 45, 49 and 07. RGB value is (69,73,7). Sum of RGB (Red+Green+Blue) = 69+73+7=149 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.31% from 149); Green value is 73 (28.91% from 255 or 48.99% from 149); Blue value is 7 (3.12% from 255 or 4.70% from 149); Max value from RGB is 73 - color contains mainly: green. Hex color #454907 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454907 is #BAB6F8. Grayscale: #404040. Windows color (decimal): -12236537 or 477509. OLE color: 477509.

HSL color Cylindrical-coordinate representation of color #454907: hue angle of 63.64º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #454907 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.71.

Color convert

RGB69737-
CMYK0.0500.900.71
HSL63.64º82.5%15.69%-
HSV(B)63.64º90.41%28.63%-
XYZ4.886.051.11-
YUV64.2895.67131.37-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 46.31%
GREEN value IS 73 (28.91% from 255) = 48.99%
BLUE value IS 7 (3.12% from 255) = 4.70%
R=46.31%
G=48.99%
B=4.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal697370.0500.900.7163.6482.515.69
Hex45497505A47405210
Octal10511175013210710012220
Binary100010110010011111010101101010001111000000101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454907; }

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

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

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

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

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

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

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

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