#40652F

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

Shades of Green House #40652F

Tints of Green House #40652F

Color information

#40652F (or 0x40652F) is unknown color: approx Green House. HEX triplet: 40, 65 and 2F. RGB value is (64,101,47). Sum of RGB (Red+Green+Blue) = 64+101+47=212 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.19% from 212); Green value is 101 (39.84% from 255 or 47.64% from 212); Blue value is 47 (18.75% from 255 or 22.17% from 212); Max value from RGB is 101 - color contains mainly: green. Hex color #40652F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40652F is #BF9AD0. Grayscale: #535353. Windows color (decimal): -12557009 or 3106112. OLE color: 3106112.

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

Color convert

RGB6410147-
CMYK0.3700.530.60
HSL101.11º36.49%29.02%-
HSV(B)101.11º53.47%39.61%-
XYZ7.2810.64.35-
YUV83.78107.24113.89-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.19%
GREEN value IS 101 (39.84% from 255) = 47.64%
BLUE value IS 47 (18.75% from 255) = 22.17%
R=30.19%
G=47.64%
B=22.17%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal64101470.3700.530.60101.1136.4929.02
Hex40652F250353C65241d
Octal1001455745065741454435
Binary100000011001011011111001010110101111100110010110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40652F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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