#42785E

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

Shades of Como #42785E

Tints of Como #42785E

Color information

#42785E (or 0x42785E) is unknown color: approx Como. HEX triplet: 42, 78 and 5E. RGB value is (66,120,94). Sum of RGB (Red+Green+Blue) = 66+120+94=280 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.57% from 280); Green value is 120 (47.27% from 255 or 42.86% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 120 - color contains mainly: green. Hex color #42785E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42785E is #BD87A1. Grayscale: #646464. Windows color (decimal): -12421026 or 6191170. OLE color: 6191170.

HSL color Cylindrical-coordinate representation of color #42785E: hue angle of 151.11º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #42785E is Cyan = 0.45, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB6612094-
CMYK0.4500.220.53
HSL151.11º29.03%36.47%-
HSV(B)151.11º45%47.06%-
XYZ10.9815.412.98-
YUV100.89124.11103.11-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.57%
GREEN value IS 120 (47.27% from 255) = 42.86%
BLUE value IS 94 (37.11% from 255) = 33.57%
R=23.57%
G=42.86%
B=33.57%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66120940.4500.220.53151.1129.0336.47
Hex42785E2D01635971d24
Octal10217013655026652273544
Binary1000010111100010111101011010101101101011001011111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42785E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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