#455C0A

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

Shades of Verdun Green #455C0A

Tints of Verdun Green #455C0A

Color information

#455C0A (or 0x455C0A) is unknown color: approx Verdun Green. HEX triplet: 45, 5C and 0A. RGB value is (69,92,10). Sum of RGB (Red+Green+Blue) = 69+92+10=171 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.35% from 171); Green value is 92 (36.33% from 255 or 53.80% from 171); Blue value is 10 (4.30% from 255 or 5.85% from 171); Max value from RGB is 92 - color contains mainly: green. Hex color #455C0A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455C0A is #BAA3F5. Grayscale: #4C4C4C. Windows color (decimal): -12231670 or 678981. OLE color: 678981.

HSL color Cylindrical-coordinate representation of color #455C0A: hue angle of 76.83º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #455C0A is Cyan = 0.25, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.64.

Color convert

RGB699210-
CMYK0.2500.890.64
HSL76.83º80.39%20%-
HSV(B)76.83º89.13%36.08%-
XYZ6.348.941.68-
YUV75.7790.88123.17-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 40.35%
GREEN value IS 92 (36.33% from 255) = 53.80%
BLUE value IS 10 (4.30% from 255) = 5.85%
R=40.35%
G=53.80%
B=5.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6992100.2500.890.6476.8380.3920
Hex455CA19059404d5014
Octal1051341231013110011512024
Binary100010110111001010110010101100110000001001101101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455C0A; }

 p { color: rgb(69,92,10); }

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

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

 a { background-color: rgb(69,92,10); }

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

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

 span { border-color: rgb(69,92,10); }

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