#54600D

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

Shades of Verdun Green #54600D

Tints of Verdun Green #54600D

Color information

#54600D (or 0x54600D) is unknown color: approx Verdun Green. HEX triplet: 54, 60 and 0D. RGB value is (84,96,13). Sum of RGB (Red+Green+Blue) = 84+96+13=193 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.52% from 193); Green value is 96 (37.89% from 255 or 49.74% from 193); Blue value is 13 (5.47% from 255 or 6.74% from 193); Max value from RGB is 96 - color contains mainly: green. Hex color #54600D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #54600D is #AB9FF2. Grayscale: #535353. Windows color (decimal): -11247603 or 876628. OLE color: 876628.

HSL color Cylindrical-coordinate representation of color #54600D: hue angle of 68.67º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #54600D is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB849613-
CMYK0.1200.860.62
HSL68.67º76.15%21.37%-
HSV(B)68.67º86.46%37.65%-
XYZ7.9110.281.95-
YUV82.9588.52128.75-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.52%
GREEN value IS 96 (37.89% from 255) = 49.74%
BLUE value IS 13 (5.47% from 255) = 6.74%
R=43.52%
G=49.74%
B=6.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8496130.1200.860.6268.6776.1521.37
Hex5460DC0563E454c15
Octal124140151401267610511425
Binary1010100110000011011100010101101111101000101100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54600D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54600D; }

 p { color: rgb(84,96,13); }

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

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

 a { background-color: rgb(84,96,13); }

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

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

 span { border-color: rgb(84,96,13); }

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