#456B0F

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

Shades of Verdun Green #456B0F

Tints of Verdun Green #456B0F

Color information

#456B0F (or 0x456B0F) is unknown color: approx Verdun Green. HEX triplet: 45, 6B and 0F. RGB value is (69,107,15). Sum of RGB (Red+Green+Blue) = 69+107+15=191 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.13% from 191); Green value is 107 (42.19% from 255 or 56.02% from 191); Blue value is 15 (6.25% from 255 or 7.85% from 191); Max value from RGB is 107 - color contains mainly: green. Hex color #456B0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456B0F is #BA94F0. Grayscale: #555555. Windows color (decimal): -12227825 or 1010501. OLE color: 1010501.

HSL color Cylindrical-coordinate representation of color #456B0F: hue angle of 84.78º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #456B0F is Cyan = 0.36, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.58.

Color convert

RGB6910715-
CMYK0.3600.860.58
HSL84.78º75.41%23.92%-
HSV(B)84.78º85.98%41.96%-
XYZ7.811.822.32-
YUV85.1588.41116.48-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.13%
GREEN value IS 107 (42.19% from 255) = 56.02%
BLUE value IS 15 (6.25% from 255) = 7.85%
R=36.13%
G=56.02%
B=7.85%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal69107150.3600.860.5884.7875.4123.92
Hex456BF240563A554b18
Octal105153174401267212511330
Binary100010111010111111100100010101101110101010101100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456B0F; }

 p { color: rgb(69,107,15); }

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

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

 a { background-color: rgb(69,107,15); }

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

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

 span { border-color: rgb(69,107,15); }

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