#42663B

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

Shades of Green House #42663B

Tints of Green House #42663B

Color information

#42663B (or 0x42663B) is unknown color: approx Green House. HEX triplet: 42, 66 and 3B. RGB value is (66,102,59). Sum of RGB (Red+Green+Blue) = 66+102+59=227 (30% of max value = 765). Red value is 66 (26.17% from 255 or 29.07% from 227); Green value is 102 (40.23% from 255 or 44.93% from 227); Blue value is 59 (23.44% from 255 or 25.99% from 227); Max value from RGB is 102 - color contains mainly: green. Hex color #42663B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42663B is #BD99C4. Grayscale: #565656. Windows color (decimal): -12425669 or 3892802. OLE color: 3892802.

HSL color Cylindrical-coordinate representation of color #42663B: hue angle of 110.23º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #42663B is Cyan = 0.35, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.6.

Color convert

RGB6610259-
CMYK0.3500.420.6
HSL110.23º26.71%31.57%-
HSV(B)110.23º42.16%40%-
XYZ7.7910.985.85-
YUV86.33112.57113.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.07%
GREEN value IS 102 (40.23% from 255) = 44.93%
BLUE value IS 59 (23.44% from 255) = 25.99%
R=29.07%
G=44.93%
B=25.99%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal66102590.3500.420.6110.2326.7131.57
Hex42663B2302A3C6e1b20
Octal1021467343052741563340
Binary100001011001101110111000110101010111100110111011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42663B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42663B; }

 p { color: rgb(66,102,59); }

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

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

 a { background-color: rgb(66,102,59); }

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

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

 span { border-color: rgb(66,102,59); }

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