#42603C

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

Shades of Green House #42603C

Tints of Green House #42603C

Color information

#42603C (or 0x42603C) is unknown color: approx Green House. HEX triplet: 42, 60 and 3C. RGB value is (66,96,60). Sum of RGB (Red+Green+Blue) = 66+96+60=222 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.73% from 222); Green value is 96 (37.89% from 255 or 43.24% from 222); Blue value is 60 (23.83% from 255 or 27.03% from 222); Max value from RGB is 96 - color contains mainly: green. Hex color #42603C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42603C is #BD9FC3. Grayscale: #535353. Windows color (decimal): -12427204 or 3956802. OLE color: 3956802.

HSL color Cylindrical-coordinate representation of color #42603C: hue angle of 110º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #42603C is Cyan = 0.31, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.62.

Color convert

RGB669660-
CMYK0.3100.380.62
HSL110º23.08%30.59%-
HSV(B)110º37.5%37.65%-
XYZ7.259.855.79-
YUV82.93115.06115.93-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.73%
GREEN value IS 96 (37.89% from 255) = 43.24%
BLUE value IS 60 (23.83% from 255) = 27.03%
R=29.73%
G=43.24%
B=27.03%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6696600.3100.380.6211023.0830.59
Hex42603C1F0263E6e171f
Octal1021407437046761562737
Binary1000010110000011110011111010011011111011011101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42603C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42603C; }

 p { color: rgb(66,96,60); }

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

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

 a { background-color: rgb(66,96,60); }

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

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

 span { border-color: rgb(66,96,60); }

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