#426432

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

Shades of Green House #426432

Tints of Green House #426432

Color information

#426432 (or 0x426432) is unknown color: approx Green House. HEX triplet: 42, 64 and 32. RGB value is (66,100,50). Sum of RGB (Red+Green+Blue) = 66+100+50=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 100 (39.45% from 255 or 46.30% from 216); Blue value is 50 (19.92% from 255 or 23.15% from 216); Max value from RGB is 100 - color contains mainly: green. Hex color #426432 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426432 is #BD9BCD. Grayscale: #545454. Windows color (decimal): -12426190 or 3302466. OLE color: 3302466.

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

Color convert

RGB6610050-
CMYK0.3400.500.61
HSL100.8º33.33%29.41%-
HSV(B)100.8º50%39.22%-
XYZ7.3810.54.66-
YUV84.13108.74115.07-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.56%
GREEN value IS 100 (39.45% from 255) = 46.30%
BLUE value IS 50 (19.92% from 255) = 23.15%
R=30.56%
G=46.30%
B=23.15%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal66100500.3400.500.61100.833.3329.41
Hex426432220323D65211d
Octal1021446242062751454135
Binary100001011001001100101000100110010111101110010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426432; }

 p { color: rgb(66,100,50); }

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

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

 a { background-color: rgb(66,100,50); }

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

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

 span { border-color: rgb(66,100,50); }

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