#42855E

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

Shades of Como #42855E

Tints of Como #42855E

Color information

#42855E (or 0x42855E) is unknown color: approx Como. HEX triplet: 42, 85 and 5E. RGB value is (66,133,94). Sum of RGB (Red+Green+Blue) = 66+133+94=293 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.53% from 293); Green value is 133 (52.34% from 255 or 45.39% from 293); Blue value is 94 (37.11% from 255 or 32.08% from 293); Max value from RGB is 133 - color contains mainly: green. Hex color #42855E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42855E is #BD7AA1. Grayscale: #6C6C6C. Windows color (decimal): -12417698 or 6194498. OLE color: 6194498.

HSL color Cylindrical-coordinate representation of color #42855E: hue angle of 145.07º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #42855E is Cyan = 0.50, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB6613394-
CMYK0.5000.290.48
HSL145.07º33.67%39.02%-
HSV(B)145.07º50.38%52.16%-
XYZ12.6518.7413.54-
YUV108.52119.897.67-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.53%
GREEN value IS 133 (52.34% from 255) = 45.39%
BLUE value IS 94 (37.11% from 255) = 32.08%
R=22.53%
G=45.39%
B=32.08%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal66133940.5000.290.48145.0733.6739.02
Hex42855E3201D30912227
Octal10220513662035602214247
Binary100001010000101101111011001001110111000010010001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42855E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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