#454307

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

Shades of Verdun Green #454307

Tints of Verdun Green #454307

Color information

#454307 (or 0x454307) is unknown color: approx Verdun Green. HEX triplet: 45, 43 and 07. RGB value is (69,67,7). Sum of RGB (Red+Green+Blue) = 69+67+7=143 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.25% from 143); Green value is 67 (26.56% from 255 or 46.85% from 143); Blue value is 7 (3.12% from 255 or 4.90% from 143); Max value from RGB is 69 - color contains mainly: red. Hex color #454307 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454307 is #BABCF8. Grayscale: #3D3D3D. Windows color (decimal): -12238073 or 475973. OLE color: 475973.

HSL color Cylindrical-coordinate representation of color #454307: hue angle of 58.06º 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 #454307 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.73.

Color convert

RGB69677-
CMYK00.030.900.73
HSL58.06º81.58%14.9%-
HSV(B)58.06º89.86%27.06%-
XYZ4.55.290.99-
YUV60.7697.66133.88-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 48.25%
GREEN value IS 67 (26.56% from 255) = 46.85%
BLUE value IS 7 (3.12% from 255) = 4.90%
R=48.25%
G=46.85%
B=4.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.90
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6967700.030.900.7358.0681.5814.9
Hex45437035A493a52f
Octal1051037031321117212217
Binary100010110000111110111011010100100111101010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454307; }

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

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

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

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

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

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

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

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