#455310

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

Shades of Verdun Green #455310

Tints of Verdun Green #455310

Color information

#455310 (or 0x455310) is unknown color: approx Verdun Green. HEX triplet: 45, 53 and 10. RGB value is (69,83,16). Sum of RGB (Red+Green+Blue) = 69+83+16=168 (22% of max value = 765). Red value is 69 (27.34% from 255 or 41.07% from 168); Green value is 83 (32.81% from 255 or 49.40% from 168); Blue value is 16 (6.64% from 255 or 9.52% from 168); Max value from RGB is 83 - color contains mainly: green. Hex color #455310 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455310 is #BAACEF. Grayscale: #474747. Windows color (decimal): -12233968 or 1069893. OLE color: 1069893.

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

Color convert

RGB698316-
CMYK0.1700.810.67
HSL72.54º67.68%19.41%-
HSV(B)72.54º80.72%32.55%-
XYZ5.647.491.64-
YUV71.1896.86126.45-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 41.07%
GREEN value IS 83 (32.81% from 255) = 49.40%
BLUE value IS 16 (6.64% from 255) = 9.52%
R=41.07%
G=49.40%
B=9.52%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6983160.1700.810.6772.5467.6819.41
Hex4553101105143494413
Octal1051232021012110311110423
Binary1000101101001110000100010101000110000111001001100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455310; }

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

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

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

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

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

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

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

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