#40693E

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

Shades of Green House #40693E

Tints of Green House #40693E

Color information

#40693E (or 0x40693E) is unknown color: approx Green House. HEX triplet: 40, 69 and 3E. RGB value is (64,105,62). Sum of RGB (Red+Green+Blue) = 64+105+62=231 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.71% from 231); Green value is 105 (41.41% from 255 or 45.45% from 231); Blue value is 62 (24.61% from 255 or 26.84% from 231); Max value from RGB is 105 - color contains mainly: green. Hex color #40693E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40693E is #BF96C1. Grayscale: #575757. Windows color (decimal): -12555970 or 4090176. OLE color: 4090176.

HSL color Cylindrical-coordinate representation of color #40693E: hue angle of 117.21º degrees, saturation: 0.26, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #40693E is Cyan = 0.39, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.59.

Color convert

RGB6410562-
CMYK0.3900.410.59
HSL117.21º25.75%32.75%-
HSV(B)117.21º40.95%41.18%-
XYZ8.0411.546.36-
YUV87.84113.42111-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.71%
GREEN value IS 105 (41.41% from 255) = 45.45%
BLUE value IS 62 (24.61% from 255) = 26.84%
R=27.71%
G=45.45%
B=26.84%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64105620.3900.410.59117.2125.7532.75
Hex40693E270293B751a21
Octal1001517647051731653241
Binary100000011010011111101001110101001111011111010111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40693E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40693E; }

 p { color: rgb(64,105,62); }

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

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

 a { background-color: rgb(64,105,62); }

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

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

 span { border-color: rgb(64,105,62); }

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