#42553B

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

Shades of Green House #42553B

Tints of Green House #42553B

Color information

#42553B (or 0x42553B) is unknown color: approx Green House. HEX triplet: 42, 55 and 3B. RGB value is (66,85,59). Sum of RGB (Red+Green+Blue) = 66+85+59=210 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.43% from 210); Green value is 85 (33.59% from 255 or 40.48% from 210); Blue value is 59 (23.44% from 255 or 28.10% from 210); Max value from RGB is 85 - color contains mainly: green. Hex color #42553B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42553B is #BDAAC4. Grayscale: #4C4C4C. Windows color (decimal): -12430021 or 3888450. OLE color: 3888450.

HSL color Cylindrical-coordinate representation of color #42553B: hue angle of 103.85º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #42553B is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB668559-
CMYK0.2200.310.67
HSL103.85º18.06%28.24%-
HSV(B)103.85º30.59%33.33%-
XYZ6.287.975.34-
YUV76.35118.21120.61-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.43%
GREEN value IS 85 (33.59% from 255) = 40.48%
BLUE value IS 59 (23.44% from 255) = 28.10%
R=31.43%
G=40.48%
B=28.10%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6685590.2200.310.67103.8518.0628.24
Hex42553B1601F4368121c
Octal10212573260371031502234
Binary1000010101010111101110110011111100001111010001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42553B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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