#42573A

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

Shades of Green House #42573A

Tints of Green House #42573A

Color information

#42573A (or 0x42573A) is unknown color: approx Green House. HEX triplet: 42, 57 and 3A. RGB value is (66,87,58). Sum of RGB (Red+Green+Blue) = 66+87+58=211 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.28% from 211); Green value is 87 (34.38% from 255 or 41.23% from 211); Blue value is 58 (23.05% from 255 or 27.49% from 211); Max value from RGB is 87 - color contains mainly: green. Hex color #42573A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42573A is #BDA8C5. Grayscale: #4D4D4D. Windows color (decimal): -12429510 or 3823426. OLE color: 3823426.

HSL color Cylindrical-coordinate representation of color #42573A: hue angle of 103.45º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #42573A is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.66.

Color convert

RGB668758-
CMYK0.2400.330.66
HSL103.45º20%28.43%-
HSV(B)103.45º33.33%34.12%-
XYZ6.428.285.26-
YUV77.41117.04119.86-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.28%
GREEN value IS 87 (34.38% from 255) = 41.23%
BLUE value IS 58 (23.05% from 255) = 27.49%
R=31.28%
G=41.23%
B=27.49%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6687580.2400.330.66103.452028.43
Hex42573A180214267141c
Octal10212772300411021472434
Binary10000101010111111010110000100001100001011001111010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42573A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42573A; }

 p { color: rgb(66,87,58); }

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

<style>
 a { background-color: #42573A; }

 a { background-color: rgb(66,87,58); }

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

<style>
 span { border-color: #42573A; }

 span { border-color: rgb(66,87,58); }

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