#42543B

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

Shades of Green House #42543B

Tints of Green House #42543B

Color information

#42543B (or 0x42543B) is unknown color: approx Green House. HEX triplet: 42, 54 and 3B. RGB value is (66,84,59). Sum of RGB (Red+Green+Blue) = 66+84+59=209 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.58% from 209); Green value is 84 (33.20% from 255 or 40.19% from 209); Blue value is 59 (23.44% from 255 or 28.23% from 209); Max value from RGB is 84 - color contains mainly: green. Hex color #42543B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42543B is #BDABC4. Grayscale: #4B4B4B. Windows color (decimal): -12430277 or 3888194. OLE color: 3888194.

HSL color Cylindrical-coordinate representation of color #42543B: hue angle of 103.2º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #42543B is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.67.

Color convert

RGB668459-
CMYK0.2100.300.67
HSL103.2º17.48%28.04%-
HSV(B)103.2º29.76%32.94%-
XYZ6.217.815.32-
YUV75.77118.54121.03-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.58%
GREEN value IS 84 (33.20% from 255) = 40.19%
BLUE value IS 59 (23.44% from 255) = 28.23%
R=31.58%
G=40.19%
B=28.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6684590.2100.300.67103.217.4828.04
Hex42543B1501E4367111c
Octal10212473250361031472134
Binary1000010101010011101110101011110100001111001111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42543B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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