#454618

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

Shades of Verdun Green #454618

Tints of Verdun Green #454618

Color information

#454618 (or 0x454618) is unknown color: approx Verdun Green. HEX triplet: 45, 46 and 18. RGB value is (69,70,24). Sum of RGB (Red+Green+Blue) = 69+70+24=163 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.33% from 163); Green value is 70 (27.73% from 255 or 42.94% from 163); Blue value is 24 (9.77% from 255 or 14.72% from 163); Max value from RGB is 70 - color contains mainly: green. Hex color #454618 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454618 is #BAB9E7. Grayscale: #404040. Windows color (decimal): -12237288 or 1590853. OLE color: 1590853.

HSL color Cylindrical-coordinate representation of color #454618: hue angle of 61.3º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #454618 is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.73.

Color convert

RGB697024-
CMYK0.0100.660.73
HSL61.3º48.94%18.43%-
HSV(B)61.3º65.71%27.45%-
XYZ4.815.711.71-
YUV64.46105.17131.24-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 42.33%
GREEN value IS 70 (27.73% from 255) = 42.94%
BLUE value IS 24 (9.77% from 255) = 14.72%
R=42.33%
G=42.94%
B=14.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6970240.0100.660.7361.348.9418.43
Hex4546181042493d3112
Octal1051063010102111756122
Binary1000101100011011000101000010100100111110111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454618; }

 p { color: rgb(69,70,24); }

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

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

 a { background-color: rgb(69,70,24); }

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

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

 span { border-color: rgb(69,70,24); }

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