#42885F

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

Shades of Como #42885F

Tints of Como #42885F

Color information

#42885F (or 0x42885F) is unknown color: approx Como. HEX triplet: 42, 88 and 5F. RGB value is (66,136,95). Sum of RGB (Red+Green+Blue) = 66+136+95=297 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.22% from 297); Green value is 136 (53.52% from 255 or 45.79% from 297); Blue value is 95 (37.5% from 255 or 31.99% from 297); Max value from RGB is 136 - color contains mainly: green. Hex color #42885F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42885F is #BD77A0. Grayscale: #6E6E6E. Windows color (decimal): -12416929 or 6260802. OLE color: 6260802.

HSL color Cylindrical-coordinate representation of color #42885F: hue angle of 144.86º 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 #42885F is Cyan = 0.51, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB6613695-
CMYK0.5100.300.47
HSL144.86º34.65%39.61%-
HSV(B)144.86º51.47%53.33%-
XYZ13.1219.5913.92-
YUV110.4119.3196.33-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.22%
GREEN value IS 136 (53.52% from 255) = 45.79%
BLUE value IS 95 (37.5% from 255) = 31.99%
R=22.22%
G=45.79%
B=31.99%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal66136950.5100.300.47144.8634.6539.61
Hex42885F3301E2F912328
Octal10221013763036572214350
Binary100001010001000101111111001101111010111110010001100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42885F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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