#42583C

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

Shades of Green House #42583C

Tints of Green House #42583C

Color information

#42583C (or 0x42583C) is unknown color: approx Green House. HEX triplet: 42, 58 and 3C. RGB value is (66,88,60). Sum of RGB (Red+Green+Blue) = 66+88+60=214 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.84% from 214); Green value is 88 (34.77% from 255 or 41.12% from 214); Blue value is 60 (23.83% from 255 or 28.04% from 214); Max value from RGB is 88 - color contains mainly: green. Hex color #42583C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42583C is #BDA7C3. Grayscale: #4E4E4E. Windows color (decimal): -12429252 or 3954754. OLE color: 3954754.

HSL color Cylindrical-coordinate representation of color #42583C: hue angle of 107.14º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #42583C is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.65.

Color convert

RGB668860-
CMYK0.2500.320.65
HSL107.14º18.92%29.02%-
HSV(B)107.14º31.82%34.51%-
XYZ6.558.465.56-
YUV78.23117.71119.28-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.84%
GREEN value IS 88 (34.77% from 255) = 41.12%
BLUE value IS 60 (23.83% from 255) = 28.04%
R=30.84%
G=41.12%
B=28.04%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6688600.2500.320.65107.1418.9229.02
Hex42583C19020416b131d
Octal10213074310401011532335
Binary10000101011000111100110010100000100000111010111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42583C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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