#42895E

Color #42895E Como (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Como #42895E

Tints of Como #42895E

Color information

#42895E (or 0x42895E) is unknown color: approx Como. HEX triplet: 42, 89 and 5E. RGB value is (66,137,94). Sum of RGB (Red+Green+Blue) = 66+137+94=297 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.22% from 297); Green value is 137 (53.91% from 255 or 46.13% from 297); Blue value is 94 (37.11% from 255 or 31.65% from 297); Max value from RGB is 137 - color contains mainly: green. Hex color #42895E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42895E is #BD76A1. Grayscale: #6E6E6E. Windows color (decimal): -12416674 or 6195522. OLE color: 6195522.

HSL color Cylindrical-coordinate representation of color #42895E: hue angle of 143.66º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #42895E is Cyan = 0.52, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB6613794-
CMYK0.5200.310.46
HSL143.66º34.98%39.8%-
HSV(B)143.66º51.82%53.73%-
XYZ13.2119.8613.73-
YUV110.87118.4896-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.22%
GREEN value IS 137 (53.91% from 255) = 46.13%
BLUE value IS 94 (37.11% from 255) = 31.65%
R=22.22%
G=46.13%
B=31.65%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal66137940.5200.310.46143.6634.9839.8
Hex42895E3401F2E902328
Octal10221113664037562204350
Binary100001010001001101111011010001111110111010010000100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42895E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42895E; }

 p { color: rgb(66,137,94); }

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

<style>
 a { background-color: #42895E; }

 a { background-color: rgb(66,137,94); }

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

<style>
 span { border-color: #42895E; }

 span { border-color: rgb(66,137,94); }

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