#455318

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

Shades of Verdun Green #455318

Tints of Verdun Green #455318

Color information

#455318 (or 0x455318) is unknown color: approx Verdun Green. HEX triplet: 45, 53 and 18. RGB value is (69,83,24). Sum of RGB (Red+Green+Blue) = 69+83+24=176 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.20% from 176); Green value is 83 (32.81% from 255 or 47.16% from 176); Blue value is 24 (9.77% from 255 or 13.64% from 176); Max value from RGB is 83 - color contains mainly: green. Hex color #455318 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455318 is #BAACE7. Grayscale: #484848. Windows color (decimal): -12233960 or 1594181. OLE color: 1594181.

HSL color Cylindrical-coordinate representation of color #455318: hue angle of 74.24º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #455318 is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.67.

Color convert

RGB698324-
CMYK0.1700.710.67
HSL74.24º55.14%20.98%-
HSV(B)74.24º71.08%32.55%-
XYZ5.717.522.01-
YUV72.09100.86125.8-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 39.20%
GREEN value IS 83 (32.81% from 255) = 47.16%
BLUE value IS 24 (9.77% from 255) = 13.64%
R=39.20%
G=47.16%
B=13.64%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6983240.1700.710.6774.2455.1420.98
Hex45531811047434a3715
Octal105123302101071031126725
Binary100010110100111100010001010001111000011100101011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455318; }

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

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

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

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

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

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

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

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