#426D31

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

Shades of Green House #426D31

Tints of Green House #426D31

Color information

#426D31 (or 0x426D31) is unknown color: approx Green House. HEX triplet: 42, 6D and 31. RGB value is (66,109,49). Sum of RGB (Red+Green+Blue) = 66+109+49=224 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.46% from 224); Green value is 109 (42.97% from 255 or 48.66% from 224); Blue value is 49 (19.53% from 255 or 21.88% from 224); Max value from RGB is 109 - color contains mainly: green. Hex color #426D31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426D31 is #BD92CE. Grayscale: #595959. Windows color (decimal): -12423887 or 3239234. OLE color: 3239234.

HSL color Cylindrical-coordinate representation of color #426D31: hue angle of 103º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #426D31 is Cyan = 0.39, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.57.

Color convert

RGB6610949-
CMYK0.3900.550.57
HSL103º37.97%30.98%-
HSV(B)103º55.05%42.75%-
XYZ8.2712.324.85-
YUV89.3105.25111.38-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.46%
GREEN value IS 109 (42.97% from 255) = 48.66%
BLUE value IS 49 (19.53% from 255) = 21.88%
R=29.46%
G=48.66%
B=21.88%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal66109490.3900.550.5710337.9730.98
Hex426D31270373967261f
Octal1021556147067711474637
Binary100001011011011100011001110110111111001110011110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426D31; }

 p { color: rgb(66,109,49); }

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

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

 a { background-color: rgb(66,109,49); }

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

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

 span { border-color: rgb(66,109,49); }

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