#42885E

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

Shades of Como #42885E

Tints of Como #42885E

Color information

#42885E (or 0x42885E) is unknown color: approx Como. HEX triplet: 42, 88 and 5E. RGB value is (66,136,94). Sum of RGB (Red+Green+Blue) = 66+136+94=296 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.30% from 296); Green value is 136 (53.52% from 255 or 45.95% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 136 - color contains mainly: green. Hex color #42885E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42885E is #BD77A1. Grayscale: #6E6E6E. Windows color (decimal): -12416930 or 6195266. OLE color: 6195266.

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

Color convert

RGB6613694-
CMYK0.5100.310.47
HSL144º34.65%39.61%-
HSV(B)144º51.47%53.33%-
XYZ13.0719.5713.68-
YUV110.28118.8196.42-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.30%
GREEN value IS 136 (53.52% from 255) = 45.95%
BLUE value IS 94 (37.11% from 255) = 31.76%
R=22.30%
G=45.95%
B=31.76%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal66136940.5100.310.4714434.6539.61
Hex42885E3301F2F902328
Octal10221013663037572204350
Binary100001010001000101111011001101111110111110010000100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42885E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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