#454707

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

Shades of Verdun Green #454707

Tints of Verdun Green #454707

Color information

#454707 (or 0x454707) is unknown color: approx Verdun Green. HEX triplet: 45, 47 and 07. RGB value is (69,71,7). Sum of RGB (Red+Green+Blue) = 69+71+7=147 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.94% from 147); Green value is 71 (28.12% from 255 or 48.30% from 147); Blue value is 7 (3.12% from 255 or 4.76% from 147); Max value from RGB is 71 - color contains mainly: green. Hex color #454707 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454707 is #BAB8F8. Grayscale: #3F3F3F. Windows color (decimal): -12237049 or 476997. OLE color: 476997.

HSL color Cylindrical-coordinate representation of color #454707: hue angle of 61.88º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #454707 is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.72.

Color convert

RGB69717-
CMYK0.0300.900.72
HSL61.88º82.05%15.29%-
HSV(B)61.88º90.14%27.84%-
XYZ4.755.791.07-
YUV63.1196.34132.2-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 46.94%
GREEN value IS 71 (28.12% from 255) = 48.30%
BLUE value IS 7 (3.12% from 255) = 4.76%
R=46.94%
G=48.30%
B=4.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal697170.0300.900.7261.8882.0515.29
Hex45477305A483e52f
Octal1051077301321107612217
Binary100010110001111111101011010100100011111010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454707; }

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

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

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

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

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

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

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

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