#40543A

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

Shades of Green House #40543A

Tints of Green House #40543A

Color information

#40543A (or 0x40543A) is unknown color: approx Green House. HEX triplet: 40, 54 and 3A. RGB value is (64,84,58). Sum of RGB (Red+Green+Blue) = 64+84+58=206 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.07% from 206); Green value is 84 (33.20% from 255 or 40.78% from 206); Blue value is 58 (23.05% from 255 or 28.16% from 206); Max value from RGB is 84 - color contains mainly: green. Hex color #40543A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40543A is #BFABC5. Grayscale: #4B4B4B. Windows color (decimal): -12561350 or 3822656. OLE color: 3822656.

HSL color Cylindrical-coordinate representation of color #40543A: hue angle of 106.15º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #40543A is Cyan = 0.24, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB648458-
CMYK0.2400.310.67
HSL106.15º18.31%27.84%-
HSV(B)106.15º30.95%32.94%-
XYZ6.057.745.18-
YUV75.06118.37120.11-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.07%
GREEN value IS 84 (33.20% from 255) = 40.78%
BLUE value IS 58 (23.05% from 255) = 28.16%
R=31.07%
G=40.78%
B=28.16%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6484580.2400.310.67106.1518.3127.84
Hex40543A1801F436a121c
Octal10012472300371031522234
Binary1000000101010011101011000011111100001111010101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40543A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,84,58); }

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

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

 a { background-color: rgb(64,84,58); }

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

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

 span { border-color: rgb(64,84,58); }

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