#406331

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

Shades of Green House #406331

Tints of Green House #406331

Color information

#406331 (or 0x406331) is unknown color: approx Green House. HEX triplet: 40, 63 and 31. RGB value is (64,99,49). Sum of RGB (Red+Green+Blue) = 64+99+49=212 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.19% from 212); Green value is 99 (39.06% from 255 or 46.70% from 212); Blue value is 49 (19.53% from 255 or 23.11% from 212); Max value from RGB is 99 - color contains mainly: green. Hex color #406331 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406331 is #BF9CCE. Grayscale: #535353. Windows color (decimal): -12557519 or 3236672. OLE color: 3236672.

HSL color Cylindrical-coordinate representation of color #406331: hue angle of 102º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #406331 is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.61.

Color convert

RGB649949-
CMYK0.3500.510.61
HSL102º33.78%29.02%-
HSV(B)102º50.51%38.82%-
XYZ7.1310.244.51-
YUV82.84108.9114.57-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.19%
GREEN value IS 99 (39.06% from 255) = 46.70%
BLUE value IS 49 (19.53% from 255) = 23.11%
R=30.19%
G=46.70%
B=23.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6499490.3500.510.6110233.7829.02
Hex406331230333D66221d
Octal1001436143063751464235
Binary100000011000111100011000110110011111101110011010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406331; }

 p { color: rgb(64,99,49); }

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

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

 a { background-color: rgb(64,99,49); }

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

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

 span { border-color: rgb(64,99,49); }

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