#42663A

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

Shades of Green House #42663A

Tints of Green House #42663A

Color information

#42663A (or 0x42663A) is unknown color: approx Green House. HEX triplet: 42, 66 and 3A. RGB value is (66,102,58). Sum of RGB (Red+Green+Blue) = 66+102+58=226 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.20% from 226); Green value is 102 (40.23% from 255 or 45.13% from 226); Blue value is 58 (23.05% from 255 or 25.66% from 226); Max value from RGB is 102 - color contains mainly: green. Hex color #42663A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42663A is #BD99C5. Grayscale: #565656. Windows color (decimal): -12425670 or 3827266. OLE color: 3827266.

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

Color convert

RGB6610258-
CMYK0.3500.430.6
HSL109.09º27.5%31.37%-
HSV(B)109.09º43.14%40%-
XYZ7.7610.975.71-
YUV86.22112.07113.58-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.20%
GREEN value IS 102 (40.23% from 255) = 45.13%
BLUE value IS 58 (23.05% from 255) = 25.66%
R=29.20%
G=45.13%
B=25.66%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal66102580.3500.430.6109.0927.531.37
Hex42663A2302B3C6d1c1f
Octal1021467243053741553437
Binary10000101100110111010100011010101111110011011011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42663A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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