#42553C

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

Shades of Green House #42553C

Tints of Green House #42553C

Color information

#42553C (or 0x42553C) is unknown color: approx Green House. HEX triplet: 42, 55 and 3C. RGB value is (66,85,60). Sum of RGB (Red+Green+Blue) = 66+85+60=211 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.28% from 211); Green value is 85 (33.59% from 255 or 40.28% from 211); Blue value is 60 (23.83% from 255 or 28.44% from 211); Max value from RGB is 85 - color contains mainly: green. Hex color #42553C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42553C is #BDAAC3. Grayscale: #4C4C4C. Windows color (decimal): -12430020 or 3953986. OLE color: 3953986.

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

Color convert

RGB668560-
CMYK0.2200.290.67
HSL105.6º17.24%28.43%-
HSV(B)105.6º29.41%33.33%-
XYZ6.317.985.48-
YUV76.47118.71120.53-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.28%
GREEN value IS 85 (33.59% from 255) = 40.28%
BLUE value IS 60 (23.83% from 255) = 28.44%
R=31.28%
G=40.28%
B=28.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6685600.2200.290.67105.617.2428.43
Hex42553C1601D436a111c
Octal10212574260351031522134
Binary1000010101010111110010110011101100001111010101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42553C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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