#406C38

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

Shades of Green House #406C38

Tints of Green House #406C38

Color information

#406C38 (or 0x406C38) is unknown color: approx Green House. HEX triplet: 40, 6C and 38. RGB value is (64,108,56). Sum of RGB (Red+Green+Blue) = 64+108+56=228 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.07% from 228); Green value is 108 (42.58% from 255 or 47.37% from 228); Blue value is 56 (22.27% from 255 or 24.56% from 228); Max value from RGB is 108 - color contains mainly: green. Hex color #406C38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406C38 is #BF93C7. Grayscale: #595959. Windows color (decimal): -12555208 or 3697728. OLE color: 3697728.

HSL color Cylindrical-coordinate representation of color #406C38: hue angle of 110.77º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #406C38 is Cyan = 0.41, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.58.

Color convert

RGB6410856-
CMYK0.4100.480.58
HSL110.77º31.71%32.16%-
HSV(B)110.77º48.15%42.35%-
XYZ8.1912.15.65-
YUV88.92109.42110.23-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.07%
GREEN value IS 108 (42.58% from 255) = 47.37%
BLUE value IS 56 (22.27% from 255) = 24.56%
R=28.07%
G=47.37%
B=24.56%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64108560.4100.480.58110.7731.7132.16
Hex406C38290303A6f2020
Octal1001547051060721574040
Binary1000000110110011100010100101100001110101101111100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406C38; }

 p { color: rgb(64,108,56); }

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

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

 a { background-color: rgb(64,108,56); }

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

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

 span { border-color: rgb(64,108,56); }

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