#426832

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

Shades of Green House #426832

Tints of Green House #426832

Color information

#426832 (or 0x426832) is unknown color: approx Green House. HEX triplet: 42, 68 and 32. RGB value is (66,104,50). Sum of RGB (Red+Green+Blue) = 66+104+50=220 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30% from 220); Green value is 104 (41.02% from 255 or 47.27% from 220); Blue value is 50 (19.92% from 255 or 22.73% from 220); Max value from RGB is 104 - color contains mainly: green. Hex color #426832 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426832 is #BD97CD. Grayscale: #565656. Windows color (decimal): -12425166 or 3303490. OLE color: 3303490.

HSL color Cylindrical-coordinate representation of color #426832: hue angle of 102.22º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #426832 is Cyan = 0.37, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.59.

Color convert

RGB6610450-
CMYK0.3700.520.59
HSL102.22º35.06%30.2%-
HSV(B)102.22º51.92%40.78%-
XYZ7.7711.294.79-
YUV86.48107.41113.39-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30%
GREEN value IS 104 (41.02% from 255) = 47.27%
BLUE value IS 50 (19.92% from 255) = 22.73%
R=30%
G=47.27%
B=22.73%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal66104500.3700.520.59102.2235.0630.2
Hex426832250343B66231e
Octal1021506245064731464336
Binary100001011010001100101001010110100111011110011010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426832; }

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

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

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

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

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

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

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

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