#40643B

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

Shades of Green House #40643B

Tints of Green House #40643B

Color information

#40643B (or 0x40643B) is unknown color: approx Green House. HEX triplet: 40, 64 and 3B. RGB value is (64,100,59). Sum of RGB (Red+Green+Blue) = 64+100+59=223 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.70% from 223); Green value is 100 (39.45% from 255 or 44.84% from 223); Blue value is 59 (23.44% from 255 or 26.46% from 223); Max value from RGB is 100 - color contains mainly: green. Hex color #40643B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40643B is #BF9BC4. Grayscale: #545454. Windows color (decimal): -12557253 or 3892288. OLE color: 3892288.

HSL color Cylindrical-coordinate representation of color #40643B: hue angle of 112.68º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #40643B is Cyan = 0.36, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.61.

Color convert

RGB6410059-
CMYK0.3600.410.61
HSL112.68º25.79%31.18%-
HSV(B)112.68º41%39.22%-
XYZ7.4610.525.78-
YUV84.56113.57113.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.70%
GREEN value IS 100 (39.45% from 255) = 44.84%
BLUE value IS 59 (23.44% from 255) = 26.46%
R=28.70%
G=44.84%
B=26.46%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal64100590.3600.410.61112.6825.7931.18
Hex40643B240293D711a1f
Octal1001447344051751613237
Binary10000001100100111011100100010100111110111100011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40643B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40643B; }

 p { color: rgb(64,100,59); }

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

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

 a { background-color: rgb(64,100,59); }

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

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

 span { border-color: rgb(64,100,59); }

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