#54650C

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

Shades of Verdun Green #54650C

Tints of Verdun Green #54650C

Color information

#54650C (or 0x54650C) is unknown color: approx Verdun Green. HEX triplet: 54, 65 and 0C. RGB value is (84,101,12). Sum of RGB (Red+Green+Blue) = 84+101+12=197 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.64% from 197); Green value is 101 (39.84% from 255 or 51.27% from 197); Blue value is 12 (5.08% from 255 or 6.09% from 197); Max value from RGB is 101 - color contains mainly: green. Hex color #54650C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #54650C is #AB9AF3. Grayscale: #565656. Windows color (decimal): -11246324 or 812372. OLE color: 812372.

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

Color convert

RGB8410112-
CMYK0.1700.880.60
HSL71.46º78.76%22.16%-
HSV(B)71.46º88.12%39.61%-
XYZ8.3811.222.07-
YUV85.7786.37126.74-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42.64%
GREEN value IS 101 (39.84% from 255) = 51.27%
BLUE value IS 12 (5.08% from 255) = 6.09%
R=42.64%
G=51.27%
B=6.09%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal84101120.1700.880.6071.4678.7622.16
Hex5465C110583C474f16
Octal124145142101307410711726
Binary10101001100101110010001010110001111001000111100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54650C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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