#545b0d

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

Shades of Verdun Green #545B0D

Tints of Verdun Green #545B0D

Color information

#545B0D (or 0x545B0D) is unknown color: approx Verdun Green. HEX triplet: 54, 5B and 0D. RGB value is (84,91,13). Sum of RGB (Red+Green+Blue) = 84+91+13=188 (24% of max value = 765). Red value is 84 (33.20% from 255 or 44.68% from 188); Green value is 91 (35.94% from 255 or 48.40% from 188); Blue value is 13 (5.47% from 255 or 6.91% from 188); Max value from RGB is 91 - color contains mainly: green. Hex color #545B0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545B0D is #ABA4F2. Grayscale: #505050. Windows color (decimal): -11248883 or 875348. OLE color: 875348.

HSL color Cylindrical-coordinate representation of color #545B0D: hue angle of 65.38º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #545B0D is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.64.

Color convert

RGB849113-
CMYK0.0800.860.64
HSL65.38º75%20.39%-
HSV(B)65.38º85.71%35.69%-
XYZ7.479.41.8-
YUV80.0190.18130.84-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 44.68%
GREEN value IS 91 (35.94% from 255) = 48.40%
BLUE value IS 13 (5.47% from 255) = 6.91%
R=44.68%
G=48.40%
B=6.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8491130.0800.860.6465.387520.39
Hex545BD805640414b14
Octal1241331510012610010111324
Binary10101001011011110110000101011010000001000001100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545b0d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545b0d; }

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

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

<style>
 a { background-color: #545b0d; }

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

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

<style>
 span { border-color: #545b0d; }

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

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