#40683C

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

Shades of Green House #40683C

Tints of Green House #40683C

Color information

#40683C (or 0x40683C) is unknown color: approx Green House. HEX triplet: 40, 68 and 3C. RGB value is (64,104,60). Sum of RGB (Red+Green+Blue) = 64+104+60=228 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.07% from 228); Green value is 104 (41.02% from 255 or 45.61% from 228); Blue value is 60 (23.83% from 255 or 26.32% from 228); Max value from RGB is 104 - color contains mainly: green. Hex color #40683C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40683C is #BF97C3. Grayscale: #575757. Windows color (decimal): -12556228 or 3958848. OLE color: 3958848.

HSL color Cylindrical-coordinate representation of color #40683C: hue angle of 114.55º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #40683C is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.59.

Color convert

RGB6410460-
CMYK0.3800.420.59
HSL114.55º26.83%32.16%-
HSV(B)114.55º42.31%40.78%-
XYZ7.8811.326.04-
YUV87.02112.75111.58-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.07%
GREEN value IS 104 (41.02% from 255) = 45.61%
BLUE value IS 60 (23.83% from 255) = 26.32%
R=28.07%
G=45.61%
B=26.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64104600.3800.420.59114.5526.8332.16
Hex40683C2602A3B731b20
Octal1001507446052731633340
Binary100000011010001111001001100101010111011111001111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40683C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40683C; }

 p { color: rgb(64,104,60); }

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

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

 a { background-color: rgb(64,104,60); }

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

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

 span { border-color: rgb(64,104,60); }

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