#454207

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

Shades of Verdun Green #454207

Tints of Verdun Green #454207

Color information

#454207 (or 0x454207) is unknown color: approx Verdun Green. HEX triplet: 45, 42 and 07. RGB value is (69,66,7). Sum of RGB (Red+Green+Blue) = 69+66+7=142 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.59% from 142); Green value is 66 (26.17% from 255 or 46.48% from 142); Blue value is 7 (3.12% from 255 or 4.93% from 142); Max value from RGB is 69 - color contains mainly: red. Hex color #454207 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454207 is #BABDF8. Grayscale: #3C3C3C. Windows color (decimal): -12238329 or 475717. OLE color: 475717.

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

Color convert

RGB69667-
CMYK00.040.900.73
HSL57.1º81.58%14.9%-
HSV(B)57.1º89.86%27.06%-
XYZ4.445.180.97-
YUV60.1797.99134.3-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 48.59%
GREEN value IS 66 (26.17% from 255) = 46.48%
BLUE value IS 7 (3.12% from 255) = 4.93%
R=48.59%
G=46.48%
B=4.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.90
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6966700.040.900.7357.181.5814.9
Hex45427045A493952f
Octal1051027041321117112217
Binary1000101100001011101001011010100100111100110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454207; }

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

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

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

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

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

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

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

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