#54650A

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

Shades of Verdun Green #54650A

Tints of Verdun Green #54650A

Color information

#54650A (or 0x54650A) is unknown color: approx Verdun Green. HEX triplet: 54, 65 and 0A. RGB value is (84,101,10). Sum of RGB (Red+Green+Blue) = 84+101+10=195 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.08% from 195); Green value is 101 (39.84% from 255 or 51.79% from 195); Blue value is 10 (4.30% from 255 or 5.13% from 195); Max value from RGB is 101 - color contains mainly: green. Hex color #54650A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #54650A is #AB9AF5. Grayscale: #555555. Windows color (decimal): -11246326 or 681300. OLE color: 681300.

HSL color Cylindrical-coordinate representation of color #54650A: hue angle of 71.21º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #54650A is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.60.

Color convert

RGB8410110-
CMYK0.1700.900.60
HSL71.21º81.98%21.76%-
HSV(B)71.21º90.1%39.61%-
XYZ8.3611.212.01-
YUV85.5485.37126.9-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.08%
GREEN value IS 101 (39.84% from 255) = 51.79%
BLUE value IS 10 (4.30% from 255) = 5.13%
R=43.08%
G=51.79%
B=5.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal84101100.1700.900.6071.2181.9821.76
Hex5465A1105A3C475216
Octal124145122101327410712226
Binary10101001100101101010001010110101111001000111101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54650A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54650A; }

 p { color: rgb(84,101,10); }

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

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

 a { background-color: rgb(84,101,10); }

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

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

 span { border-color: rgb(84,101,10); }

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