#40612F

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

Shades of Green House #40612F

Tints of Green House #40612F

Color information

#40612F (or 0x40612F) is unknown color: approx Green House. HEX triplet: 40, 61 and 2F. RGB value is (64,97,47). Sum of RGB (Red+Green+Blue) = 64+97+47=208 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.77% from 208); Green value is 97 (38.28% from 255 or 46.63% from 208); Blue value is 47 (18.75% from 255 or 22.60% from 208); Max value from RGB is 97 - color contains mainly: green. Hex color #40612F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40612F is #BF9ED0. Grayscale: #515151. Windows color (decimal): -12558033 or 3105088. OLE color: 3105088.

HSL color Cylindrical-coordinate representation of color #40612F: hue angle of 99.6º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #40612F is Cyan = 0.34, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB649747-
CMYK0.3400.520.62
HSL99.6º34.72%28.24%-
HSV(B)99.6º51.55%38.04%-
XYZ6.99.844.23-
YUV81.43108.57115.57-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.77%
GREEN value IS 97 (38.28% from 255) = 46.63%
BLUE value IS 47 (18.75% from 255) = 22.60%
R=30.77%
G=46.63%
B=22.60%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6497470.3400.520.6299.634.7228.24
Hex40612F220343E64231c
Octal1001415742064761444334
Binary100000011000011011111000100110100111110110010010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40612F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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