#545026

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

Shades of Thatch Green #545026

Tints of Thatch Green #545026

Color information

#545026 (or 0x545026) is unknown color: approx Thatch Green. HEX triplet: 54, 50 and 26. RGB value is (84,80,38). Sum of RGB (Red+Green+Blue) = 84+80+38=202 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.58% from 202); Green value is 80 (31.64% from 255 or 39.60% from 202); Blue value is 38 (15.23% from 255 or 18.81% from 202); Max value from RGB is 84 - color contains mainly: red. Hex color #545026 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545026 is #ABAFD9. Grayscale: #4C4C4C. Windows color (decimal): -11251674 or 2510932. OLE color: 2510932.

HSL color Cylindrical-coordinate representation of color #545026: hue angle of 54.78º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #545026 is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB848038-
CMYK00.050.550.67
HSL54.78º37.7%23.92%-
HSV(B)54.78º54.76%32.94%-
XYZ6.877.762.97-
YUV76.41106.33133.42-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 41.58%
GREEN value IS 80 (31.64% from 255) = 39.60%
BLUE value IS 38 (15.23% from 255) = 18.81%
R=41.58%
G=39.60%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84803800.050.550.6754.7837.723.92
Hex545026053743372618
Octal124120460567103674630
Binary101010010100001001100101110111100001111011110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545026; }

 p { color: rgb(84,80,38); }

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

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

 a { background-color: rgb(84,80,38); }

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

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

 span { border-color: rgb(84,80,38); }

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