#546D2D

Color #546D2D Green Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Leaf #546D2D

Tints of Green Leaf #546D2D

Color information

#546D2D (or 0x546D2D) is unknown color: approx Green Leaf. HEX triplet: 54, 6D and 2D. RGB value is (84,109,45). Sum of RGB (Red+Green+Blue) = 84+109+45=238 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.29% from 238); Green value is 109 (42.97% from 255 or 45.80% from 238); Blue value is 45 (17.97% from 255 or 18.91% from 238); Max value from RGB is 109 - color contains mainly: green. Hex color #546D2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546D2D is #AB92D2. Grayscale: #5E5E5E. Windows color (decimal): -11244243 or 2977108. OLE color: 2977108.

HSL color Cylindrical-coordinate representation of color #546D2D: hue angle of 83.44º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #546D2D is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.57.

Color convert

RGB8410945-
CMYK0.2300.590.57
HSL83.44º41.56%30.2%-
HSV(B)83.44º58.72%42.75%-
XYZ9.613.014.49-
YUV94.23100.22120.7-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.29%
GREEN value IS 109 (42.97% from 255) = 45.80%
BLUE value IS 45 (17.97% from 255) = 18.91%
R=35.29%
G=45.80%
B=18.91%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal84109450.2300.590.5783.4441.5630.2
Hex546D2D1703B39532a1e
Octal1241555527073711235236
Binary10101001101101101101101110111011111001101001110101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546D2D; }

 p { color: rgb(84,109,45); }

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

<style>
 a { background-color: #546D2D; }

 a { background-color: rgb(84,109,45); }

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

<style>
 span { border-color: #546D2D; }

 span { border-color: rgb(84,109,45); }

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