#40662F

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

Shades of Green House #40662F

Tints of Green House #40662F

Color information

#40662F (or 0x40662F) is unknown color: approx Green House. HEX triplet: 40, 66 and 2F. RGB value is (64,102,47). Sum of RGB (Red+Green+Blue) = 64+102+47=213 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.05% from 213); Green value is 102 (40.23% from 255 or 47.89% from 213); Blue value is 47 (18.75% from 255 or 22.07% from 213); Max value from RGB is 102 - color contains mainly: green. Hex color #40662F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40662F is #BF99D0. Grayscale: #545454. Windows color (decimal): -12556753 or 3106368. OLE color: 3106368.

HSL color Cylindrical-coordinate representation of color #40662F: hue angle of 101.45º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #40662F is Cyan = 0.37, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.6.

Color convert

RGB6410247-
CMYK0.3700.540.6
HSL101.45º36.91%29.22%-
HSV(B)101.45º53.92%40%-
XYZ7.3810.84.38-
YUV84.37106.91113.47-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.05%
GREEN value IS 102 (40.23% from 255) = 47.89%
BLUE value IS 47 (18.75% from 255) = 22.07%
R=30.05%
G=47.89%
B=22.07%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal64102470.3700.540.6101.4536.9129.22
Hex40662F250363C65251d
Octal1001465745066741454535
Binary100000011001101011111001010110110111100110010110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40662F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40662F; }

 p { color: rgb(64,102,47); }

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

<style>
 a { background-color: #40662F; }

 a { background-color: rgb(64,102,47); }

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

<style>
 span { border-color: #40662F; }

 span { border-color: rgb(64,102,47); }

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