#42875E

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

Shades of Como #42875E

Tints of Como #42875E

Color information

#42875E (or 0x42875E) is unknown color: approx Como. HEX triplet: 42, 87 and 5E. RGB value is (66,135,94). Sum of RGB (Red+Green+Blue) = 66+135+94=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 135 (53.12% from 255 or 45.76% from 295); Blue value is 94 (37.11% from 255 or 31.86% from 295); Max value from RGB is 135 - color contains mainly: green. Hex color #42875E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42875E is #BD78A1. Grayscale: #6D6D6D. Windows color (decimal): -12417186 or 6195010. OLE color: 6195010.

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

Color convert

RGB6613594-
CMYK0.5100.300.47
HSL144.35º34.33%39.41%-
HSV(B)144.35º51.11%52.94%-
XYZ12.9319.2913.63-
YUV109.7119.1496.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.37%
GREEN value IS 135 (53.12% from 255) = 45.76%
BLUE value IS 94 (37.11% from 255) = 31.86%
R=22.37%
G=45.76%
B=31.86%

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
Decimal66135940.5100.300.47144.3534.3339.41
Hex42875E3301E2F902227
Octal10220713663036572204247
Binary100001010000111101111011001101111010111110010000100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42875E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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